Trigger Power Automate Flow on SharePoint Field Change

Описание к видео Trigger Power Automate Flow on SharePoint Field Change

Learn how to Trigger Power Automate flow execution based on an update to one specific field. This is useful when needing to trigger actions related only to a specific field change. The Flow includes these key concepts:

- Using a Trigger Conditions rule on the "When an item is modified" flow block
- Using the "Get Changes for an item" flow block with TriggerWindowStartToken and TriggerWindowEndToken
- Using a condition statement checking the "Has Column Changed" property of the field ensure that is true.
- In the case of a "checkbox trigger" as shown in the video, resetting the value back to its original value.

The code snippet used in the video is:
@equals(triggerBody()?['RequestApproval'],true)

Please check out https://www.spguides.com/power-automa... for an excellent summary of many different examples of trigger conditions statements. (Thanks Bijay!)

Comprehensive instructional SharePoint videos are on Bijay's YouTube Channel here:    / @enjoysharepoint  

Комментарии

Информация по комментариям в разработке