Forum Widgets
Latest Discussions
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?tpmcafeeJan 23, 2025Copper Contributor47Views0likes5CommentsPower Apps: sorting solutions automatically
Hi there, when I open the solutions overview the solutions are sorted by "Created". I can manually sort by other columns. I wonder myself if it's possible to get the solutions sorted by "display title" by default? BRSigi7Jan 20, 2025Brass Contributor11Views0likes1CommentStop 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...madsfJan 20, 2025Copper Contributor6Views0likes0CommentsLimiting powerapps form person field to members of one sharepoint site returns no values
Hi there, I am working on an app, and I would like to limit the output on a Person field to only the Sharepoint Site Members. Whenever I go into the field in SharePoint and set the limit to our Sharepoint Group members in the List Settings, the dropdown does not show any results. How would I work around this, or what might cause this issue?PrevisibleJan 19, 2025Copper Contributor29Views0likes1CommentEmail V2 not saving dynamic content
Hi, I am trying to set up a flow for when a guest completes a survey it will pull the info I want from the survey and send it to multiple people. When I try to add some dynamic content to the body of the email and click save it doesnt actually save it. Some of the questions save but others don't.Tenzo813Jan 16, 2025Copper Contributor1.6KViews0likes5CommentsUse dynamic content within If statement in expression in PowerAutomate
I am using Power Automate to save emails and attachments into a SharePoint Document Library. This is working well, and I now want to automatically apply metadata to the items that are uploaded. I want to check the Subject field of an email I receive and if it contains a keyword, apply that keyword to the sharepoint column metadata. I have more than 8 options so I can't use nested conditions (however using conditions DOES work). I am looking to use a switch case with nested if statements, but I am not sure how to refer to the "Subject" field inside an if statement. For example, in the "On" field in a switch condition: (screenshot below) if(contains(variables('Subject'),'jeff'),'1',if(contains(variables('Subject'),'josh'),'2', Is not accepted by the expression field. Any idea what I'm doing wrong?SolvedjhumphriesJan 03, 2025Copper Contributor5.1KViews0likes4CommentsPower automate SharePoint list update
Greetings, I want my company SharePoint to show data (a priority list) from another companies SharePoint. I want to auto check for updates and changes as well. Can they give me permission to integrate the list on my SharePoint? Or would I need to copy the file, and then power automate so it looks for changes in their list and then updates my list accordingly?Caleb_MangrumDec 29, 2024Copper Contributor55Views0likes3CommentsPatch data from 5 forms in Powerapp to a single line in sharepoint
Hi All, I'm trying to patch data from 5 forms in Powerapp to a single line in sharepoint. I tried using the below formula in the OnSelect for the submit button but it's not working. Any advise? If(Form_approvers.Valid && Form_Payinfo.Valid && Form_eventinfo.Valid && Form_spiltcosts.Valid && Form_receipts.Valid && Form_addline.Valid, Patch(RnRExpenses, Defaults(RnRExpenses), Form_approvers.Updates, Form_Payinfo.Updates, Form_eventinfo.Updates, Form_spiltcosts.Updates, Form_receipts.Updates, Form_addline.Updates))jeralynwDec 25, 2024Copper Contributor29Views0likes1CommentWord Doc properties not updated in doc body
Hi, sorry if i am repeating the topic, could not find one that would answer my issue. I have a document template with 2 tables on the page: Table 1 contains info from the template like - Document ID, version, Template approver and Template approval date Table 3 contains info from the procedure - Document ID, version, Document approver and Document approval date. Template is being approved through Power Automate flow. Data in table is updated through flow and all works as expected. However, document after approval flow does not update Document properties in the Table 2, specifically document approver and document approval date. Document ID is updated and version also. I have checked Info of the document, and fields are updated but it is not reflected in the table. If i add it manually again, it does place the correct values, but then my this is seen as change and approval flow needs to be triggered again. Any ideas how to solve this? Thanks.MirnaRDec 16, 2024Copper Contributor19Views0likes0Comments
Resources
Tags
- Microsoft Flow1,462 Topics
- sharepoint1,371 Topics
- PowerApps1,210 Topics
- Power Automate84 Topics
- PowerAutomate27 Topics
- excel16 Topics
- Lists14 Topics
- microsoft forms13 Topics
- Forms12 Topics
- SharePoint Online11 Topics