I have a Document Library where i need to send notification only when certain fields are modified.
I was trying to compare another tracker field in the Library but updating the tracker filed on modification i am getting warning message of unending loop.
Please help me how i can send notification only when certain fields in document library are modified
Solved! Go to Solution.
Hi @kk1347,
There is a new action added named Get changes for an item or a file (properties-only), you could use it to check which field was modified. If it is modified, the corresponding field will return boolean true.
For example, my flow is comparing previous version with the current one, there should append expression in *Since field:
add(triggerOutputs()?['body/{VersionNumber}'],-1)
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @kk1347,
There is a new action added named Get changes for an item or a file (properties-only), you could use it to check which field was modified. If it is modified, the corresponding field will return boolean true.
For example, my flow is comparing previous version with the current one, there should append expression in *Since field:
add(triggerOutputs()?['body/{VersionNumber}'],-1)
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Join digitally, March 2–4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
Power Platform release plan for the 2021 release wave 1 describes all new features releasing from April through September 2021.
User | Count |
---|---|
1 | |
1 | |
1 | |
1 | |
1 |