Please see attached. When the user selects either choice 1, 2, or 3, I want the condition to be true and continue the workflow. I have tried using commas but that does not work. Please help! Thank you.
https://i.imgur.com/tGmRY0L.png
Solved! Go to Solution.
Hi @kayaking,
Could you please share more details about the configuration of the Delivery Method column in the list?
I have made a test on my side to create the Delivery Method column in the list as below:
And I have created a flow as below:
The expression in the Condition as below:
@or(or(contains(triggerBody()?['Delivery_x0020_Method']?['Value'], 'Choice 1'),contains(triggerBody()?['Delivery_x0020_Method']?['Value'], 'Choice 2')),contains(triggerBody()?['Delivery_x0020_Method']?['Value'], 'Choice 3'))
When an item is created, and the Delivery Method column value contains Choice 1, or contains Choice 2, or contains Choice 3,
The flow would run successfully as below:
Best regards,
Alice
Hi @kayaking,
Could you please share more details about the configuration of the Delivery Method column in the list?
I have made a test on my side to create the Delivery Method column in the list as below:
And I have created a flow as below:
The expression in the Condition as below:
@or(or(contains(triggerBody()?['Delivery_x0020_Method']?['Value'], 'Choice 1'),contains(triggerBody()?['Delivery_x0020_Method']?['Value'], 'Choice 2')),contains(triggerBody()?['Delivery_x0020_Method']?['Value'], 'Choice 3'))
When an item is created, and the Delivery Method column value contains Choice 1, or contains Choice 2, or contains Choice 3,
The flow would run successfully as below:
Best regards,
Alice
Hi everyone.
The 3 Choice work for me
@or(or(contains(triggerBody()?['Delivery_x0020_Method']?['Value'], 'Choice 1'),contains(triggerBody()?['Delivery_x0020_Method'
How do i add a 4th, 5th or 6th choce?
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Announcing a new way to share your feedback with the Power Automate Team.
Power Platform release plan for the 2022 release wave 2 describes all new features releasing from October 2022 through March 2023.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
63 | |
27 | |
22 | |
15 | |
15 |
User | Count |
---|---|
123 | |
47 | |
43 | |
35 | |
31 |