I have come across a requirement to trigger flow when a record is updated and one of the fields contains data.
We can achieve this using condition action . But there is a better way to do it using Trigger Condition setting in Power Automate and functions provided by the Workflow Definition Language.
Here are the steps.
Step 1 : Navigate to settings area.
Step 2 : Go to Trigger Condition and click on AddStep 3 : Add condition to check if field contains data.
Like this , multiple conditions can be added. And we can even use expressions like and,or to check multiple conditions.
For more information about functions and expressions in Power Automate, go through below links.
Reference guide to using functions in expressions for Azure Logic Apps and Power Automate
Use expressions in conditions to check multiple values
Hope it helps. Follow my blog here .