I have a Power App that is essentially a ticketing system. I see there is the Settings option within the Trigger for the flow. What would I enter for the trigger to activate when the assigned user(s) makes a change? The List column name is Requestee (multi select person picker) for the user(s) that are assigned.
I saw this but do not want just one user. Trigger a Power Automate Flow only if a specific user modified a SharePoint list item - michelcarlo
I want any user, that is assigned to the request, to be the only ones that activate the Modified trigger for the flow.
Hi there,
Try this out:
@equals(toLower(triggerBody()?['Editor']?['Email']),triggerBody()?['Requestee']?['Email'])
I just tested it out and it worked well!
Cheers,
R
WarrenBelz
146,587
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,928
Most Valuable Professional