Nov 14 2023 11:06 AM
I'm using the below. I'm want to send an email when there is a change in a specific column in the list.
I don't want other columns to act as a trigger. Can someone tell me how to limit the trigger to one column?
Nov 15 2023 12:07 AM
SolutionHi @u156531,
yes, you can narrow down the trigger conditions in Power Automate to respond only to changes in specific columns. Here are the steps you can use:
Begin by opening Power Automate and selecting "Create Flows" followed by "Automated from Blank." Choose the trigger "When an item is created" and proceed to create the flow.
In the trigger action, click on the three ellipses to open a side pane, then select "Settings."
Scroll down to find the "Trigger Condition" option.
In the trigger condition, define the condition for checking the information in a particular column using the following syntax: @equals(triggerBody()?['Column name'],'Value'). Replace 'Column name' and 'Value' with the actual column name and the value you want to check.
Once you've specified the condition, click on "Done."
By following these steps, the flow will only be triggered when the specified column is modified. Ensure you change the status at the beginning of the flow to prevent potential loops.
If you need the column name, you can find it in the site settings by clicking on the column name.
Here is the link you can use as a reference:
Solved: Triggering flow only on specific Sharepoint column... - Power Platform Community (microsoft....
Please click Mark as Best Response & Like if my post helped you to solve your issue.
This will help others to find the correct solution easily. It also closes the item.
If the post was useful in other ways, please consider giving it Like.
Kindest regards,
Leon Pavesic
(LinkedIn)
Nov 15 2023 12:07 AM
SolutionHi @u156531,
yes, you can narrow down the trigger conditions in Power Automate to respond only to changes in specific columns. Here are the steps you can use:
Begin by opening Power Automate and selecting "Create Flows" followed by "Automated from Blank." Choose the trigger "When an item is created" and proceed to create the flow.
In the trigger action, click on the three ellipses to open a side pane, then select "Settings."
Scroll down to find the "Trigger Condition" option.
In the trigger condition, define the condition for checking the information in a particular column using the following syntax: @equals(triggerBody()?['Column name'],'Value'). Replace 'Column name' and 'Value' with the actual column name and the value you want to check.
Once you've specified the condition, click on "Done."
By following these steps, the flow will only be triggered when the specified column is modified. Ensure you change the status at the beginning of the flow to prevent potential loops.
If you need the column name, you can find it in the site settings by clicking on the column name.
Here is the link you can use as a reference:
Solved: Triggering flow only on specific Sharepoint column... - Power Platform Community (microsoft....
Please click Mark as Best Response & Like if my post helped you to solve your issue.
This will help others to find the correct solution easily. It also closes the item.
If the post was useful in other ways, please consider giving it Like.
Kindest regards,
Leon Pavesic
(LinkedIn)