Hi community,
Can you help me out with this: I'm building this flow, when an Epic is created (by certain users) with a particular tag, create X work items:
Now, I do have the Tag condition OK, but I can't figure how to approach the user list (5 users) I know there's a field for Created By in the trigger but can I add multiple values?
Can someone lend me a light please?
Solved! Go to Solution.
Hi @PaulinoV,
You could add the following expression to the trigger condition action in the settings:
Replace the 5 test e-mail addresses by the ones of your 5 users.
@or(contains(triggerOutputs()?['body']['fields']['System_CreatedBy'], 'test1@contoso.onmicrosoft.com'), contains(triggerOutputs()?['body']['fields']['System_CreatedBy'], 'test2@contoso.onmicrosoft.com'), contains(triggerOutputs()?['body']['fields']['System_CreatedBy'], 'test3@contoso.onmicrosoft.com'), contains(triggerOutputs()?['body']['fields']['System_CreatedBy'], 'test4@contoso.onmicrosoft.com'), contains(triggerOutputs()?['body']['fields']['System_CreatedBy'], 'test5@contoso.onmicrosoft.com'))
Hi @PaulinoV,
You could add the following expression to the trigger condition action in the settings:
Replace the 5 test e-mail addresses by the ones of your 5 users.
@or(contains(triggerOutputs()?['body']['fields']['System_CreatedBy'], 'test1@contoso.onmicrosoft.com'), contains(triggerOutputs()?['body']['fields']['System_CreatedBy'], 'test2@contoso.onmicrosoft.com'), contains(triggerOutputs()?['body']['fields']['System_CreatedBy'], 'test3@contoso.onmicrosoft.com'), contains(triggerOutputs()?['body']['fields']['System_CreatedBy'], 'test4@contoso.onmicrosoft.com'), contains(triggerOutputs()?['body']['fields']['System_CreatedBy'], 'test5@contoso.onmicrosoft.com'))
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
30 | |
29 | |
28 | |
20 | |
11 |