Power Automate Search
Search
Re: Trigger Flow When SharePoint Group Members Updated
CommunityIt applies to office 365 groups only, not to SharePoint groups.
Help with Power Automate for Outlook items
CommunityHi guys, At my job, I have received two separate e-mail adresses and I would like for Power Automate to sync certain items. Specifically when I receive and accept a meeting request on my se...
Re: Sending Schedlued Emails from Power Automate
CommunityBelow are some screenshots of the flows, however, the issue is that these bookings can be made with up to an 8-week lead time. The goal of this flow is to send a reminder one day and 30 minutes befor...
Re: How to wait for a field change in SharePoint on a condition
CommunityHi @DaynaLitherland You could use a second flow to achieve this. This first flow after sending the emails needs to end and you are using another flow that only triggers on a trigger cond...
Re: Bulk Update/Create/Delete SharePoint List
CommunityAny ideas? I'm tagging top solution authors who can probably help. @Rhiassuring @Shujaath_Khan @DamoBird365 @ScottShearer
Re: Jotform Submission Date/Time Problem
Community@chrismassey I dealt with this soooooo many times with JF. It should be a simple fix though. Just set anything like that with an expression like… if(empty(DateDynamicContent)...
Create a task planner using lists
Communitycreate a task from established date, with due date time 20 days after this event, I would like to know how to use as parameter the date defined in the column "committee meeting" as a due date time fo...
Re: Help with Flow to Check for Duplicates in SP list while importing Microsoft Form Responses
CommunityAlso, @smithqu83, don't use List of responses, you're looping for one entry. You can just use Get response on the ID of When a new response is submitted. That will pull the individual...
flow is run but history is not reflect
Communityflow is run, but the history is stuck and not reflect. anything i can do?
Re: Disable Auto Turn Off on failure
CommunityHi @HMJ_Somerset , I'm afraid there is no way to achieve your need, you will need to turn on the flow manually. See in below thread and consider vote for the idea link...
Email to Teams channel does not arrive from specific environment
CommunityHi, I have a Teams channel set up to receive emails from anyone. I have built a flow that sends an email to this channel. The flow lives in production environment we use for admin purposes. ...
Re: Make a loop to get all the data.nextlink
CommunityHi @trisdev I have this exact issue, be interested to hear if you managed to get around this and what the solutions was.
Re: Get table name after running office script in Excel
CommunityHi @mpuricelli , Is the purpose of Run Script Action to format the data in excel as a table? Does the data in the excel file you upload to the folder have the same data structure ...
Re: Microsoft Power Automate Notifier has stopped working
CommunityI had a call with MS powerautomate support team and was able to resolve it. There is a file named Microsoft.Flow.RPA.Notifier.exe under the power automate installation folder . Generally on windows ...
Re: Traspose category values into new excel columns
Community@Bash-- Please use union() function for your old table date column that will give you unique dates then pass this array output in apply to each action. Inside apply to each action get all rows ...
Get Items
CommunityHello, I have the following in my the Filter/Query of my Get Items flow: Created ge 'formatDateTime(addDays(utcNow(), -4), 'yyyy-MM-dd')' With this, I'm trying to obtain re...
Create Planner Task from Teams message with attachments
CommunityI created a flow to create a task from messages sent to a teams channel. It works except that I cannot open the attachment that is added to the task. I am very new to this and teaching myself as I go...
Re: Update File Properties of files inside a Library subfolder
Community@ScottShearer This worked perfectly!! Thank you very much!!
Re: Account has a Per User Plan License But Power Automate says Different
CommunityFor the affected flow, can you try: editing and saving the flow again create a new connection, use a new connection Ellis
Re: Periodic validation
CommunityHi @Moosh , last_verification is the column name. In addition, we need to use the internal column name in Filter Query. Maybe you could check if the internal column name you ar...
Re: Send email and then attach the email to SharePoint list item
CommunityHi @AlanStevens , It's possible, but depends on how you've made the list as well as the relationship between the flow and the list. So you will be able to create a PDF with the E...
Re: Get Events from Outlook Calender an post it in an adaptive card
CommunityHi @RiccoHipp1903 You have an excellent solution!! You should consider submitting it as a template! Here's a post on how to submit a template. Solved: Re: Submit as a Template - ...
Account has a Per User Plan License But Power Automate says Different
CommunityAccount has a Per User Plan License But Power Automate says Different My company purchased a per user plan for me a couple of days ago, but this morning my "trial" ended and now my flows will not w...
Re: Background color based on cell value in HTML Table
CommunityThank you for your comments. This is not a static table, it's a dynamic table. So I can't use colors in as you mentioned.