currently the automated flow is doing a trigger based on only 1 condition:
how to specify if there are other conditions as well:
for eg:
statuscode eq 122150002 or
statuscode eq 122150003
statuscode eq 122150004
Thank you
currently the automated flow is doing a trigger based on only 1 condition:
how to specify if there are other conditions as well:
for eg:
statuscode eq 122150002 or
statuscode eq 122150003
statuscode eq 122150004
Thank you
That's great Manish ji! Thank you.
another question: how to display the choice value label in an email subject action?
for eg display "Label Description here" in the email subject, instead of the value:
Thank you
Hi @AsheshR
Pls try this:
statuscode eq 122150002 or statuscode eq 122150003 or statuscode eq 122150004
pls note that you need to use logical name of the column in filter query.
If this helps & solves your problem, please remember to give a 👍 and accept my solution as it will help others in the future.