powerapps
1214 TopicsFlow save failed with code 'InvalidTemplate' and message 'The template validation failed:
What I want to do is the trigger should initiate When an item is created, it should automatically send out an email to the approver with options to approve or decline. Scenario A (App Approval): If the manager approves/declines from the app, the status will be updated in the SharePoint list. Power Automate should detect this update and send the respective confirmation email to the requester without waiting for action from the email. Scenario B (Email Approval): If the manager approves/declines from the email options, Power Automate should update the SharePoint item’s status and send the respective confirmation email. Workflow Steps I followed: Trigger: When an item is created in the SharePoint list, initiate the flow. Send Email with Options: Send an approval email to the approver with "Approve" and "Decline" options. Parallel Branch Execution: Branch 1 (Email Approval): Wait for a response from the email. If approved/declined, update the SharePoint item’s status accordingly. Send a confirmation email to the requester. Branch 2 (App Approval): Trigger: When an item is modified in SharePoint. Detect if the status has changed (approved/declined) from the app. Send a confirmation email to the requester. When I applied this I am getting this error [ Flow save failed with code 'InvalidTemplate' and message 'The template validation failed: 'The inputs of template action 'Send_an_email_(V2)_2' at line '1 and column '7007' cannot reference action 'Update_item'. Action 'Update_item' must either be in 'runAfter' path or within a scope action on the 'runAfter' path of action 'Send_an_email_(V2)_2', or be a Trigger.'.'.]Vacation/Leave tracker
Hi All, I am creating a Leave tracker, Basically what I have done so far is. -Create a form for leave submission. -Link it to approvals so it basically retrieved manager details and sends approval request via Outlook/Teams. -Create a SPO list item to update and save requests. -Once approval is received the SPO list item is updated to have a status approved. -This triggers email notification to the requestor. -A calendar event is updated in a shared calendar. What I would like to add/Improve is: -Check before sending approval request to see if balance has enough days for the leave requested. -Tracking for vacation balance. i.e. deduct approved days from balance. -For Calendar events to cover all days of the leave in case it is more than one days. Current Create event, Creates only one day. I tried multiple methods that did not work, Any Idea how to achieve this??SharePoint, OneNote, and Flow...issues with copying a OneNote Notebook using Flow
We have a OneNote notebook in a Document Library that contains many sections. We use this notebook each time we create a new folder in a document library. In the past we have manually created it. End goal: To be able to open the Notebook in SharePoint Online. Every way I try to write the Flow I am failing. 1) If I create the OneNote as a template (onepkg), I can successfully copy the file from the template site to the new folder. But when I open it, it opens in Native Client, requires me to choose a location to save it to, and if I choose back to SharePoint it creates a folder with individual pages for each section. Fail. 2) If I just try to copy the OneNote (not as a template), Flow doesn't recognize it as a file; it sees it as a folder. Anyone have any suggestions on the best way to solve this?Images appear blurry on Power App when source is from Sharepoint List image column
I used the "Data-centred mobile app" app template to create a Power App from a SharePoint List. This template automatically creates 3 types of screens: Browse, Detail, Edit/Create. One of my Sharepoint columns contains images which I want to display in on of the screens in the app. The template automatically parks this image as a Datacard. One of the images, which is different in dimensions to the others, comes out blurry. I tried changing the image dimensions, but it doesn't solve the problem. Here is a screenshot:Custom Form Person/Group Field showing strangely: Showing Email Address string instead of name
Good morning, I have made a custom form for a sharepoint list. There are a handful of 'Person or Group' fields. However when viewing the custom form, they don't show the name, they show a string of information which includes the actual email address. i:0#.f|membership|email address removed for privacy reasons Is there a way to show the name like it does in the standard form view?SolvedStop trigger when receiving calendar invite for 'When a new email arrives in a shared mailbox'
I have created a flow which starts with the trigger 'When a new email arrives in a shared mailbox'. I would like to prevent this trigger starting the flow if I receive a calendar invite from any sender. I have tried and tested a couple options with co-pilot which did not work: Adding this function to the settings of the trigger '@not(equals(triggerOutputs()?['body/MessageClass'], 'IPM.Schedule.Meeting.Request'))' -> NO emails were triggering the flow any longer Using a condition with the following function: '@contains(triggerOutputs()?['body/Categories'], 'Meeting')' I am ideally going to avoid creating more steps in my flow, and instead working within the settings of the trigger. Please help! Below is the flow if at all helpful...Disagreement with CoPilot on Flow Logic
CoPilot and I disagree about a filter in a flow. Currently, my flow selects items with the following filter: DueDate le 'addDays(utcNow(), 2)' or DueDate eq 'addDays(utcNow(), 2)' It seems to me that the "eq" piece is duplicative, because the "le" piece would include it. In other words, "less than or equal to two days from now" already includes "equal to two days from now." CoPilot, however, states that the "eq" piece is necessary. Its reasoning is not convincing. What light can a human Flow expert shed on this?Solvedlagacy formula bar
I can't download attachment file in powerapps.Finally found the reson is that the value of the attachment is not changed to AbsoluteUri,but I can't find "lagacy formula bar"in the setting of powerapps. I don't know whether is version dateup,how to solve this issue? Anyone know the method?Power Automate Assign Task Notification - Change Assigned by Name
I have a Power Automate Flow that reads answers from a Microsoft Form and assigns tasks to team members. They then receive an email that I assigned them a task. I don't want it to say my name but instead, something like Business Task Manager assigned you to a task. Is there a way to change this so it looks like that task assignments are not from me?