Hello everyone,
I need to create a flow for a SharePoint list with following requirements:
Field A gets modified and is not null -> triggers email notification A
Field B gets modified and is not null -> triggers email notification B
Field C gets modified and is not null -> triggers email notification C
These fields can be modified all at the same time and can be modified at random times. If they are all modified at the same time, email notifications A, B, and C should be send. What I am struggling with is if only Field B gets modified and fields A and C values stay the same, I only want notification B to be send.
Any advice is greatly appreciated.
Solved! Go to Solution.
Hi @Tatyana ,
Since the function to check for the column update is not supported in Microsoft flow currently, we could only check for the item update currently, you could only take a try with @ScottShearer 's suggestion to have a copy field.
And you could take a try to create the flow, feel free to ask here if you have any problems.
Best regards,
Alice
Community Support Team _ Alice Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
The ability to check for a change in a SharePoint column is not an "out of the box" feature in Power Automate.
There are really just 2 ways you can accomplish your Goal:
Hi @Tatyana
For your requirement you need three flows. You can't capture from single flow which field user is updated.
See below
Click on the three dots and select Settings. Under the trigger condition you need to select your trigger condition expression. See below I am checking whether name is modified or not?
Do the same for other two flows as well.
You don't need to check whether Field B is modified and other values are same or not. Because you have three flows with independent triggers it will keep it as separate trigger only.
Of course you can add all three triggers under the trigger conditions in one flow but the issue is you don't get any control over which field is user modified. I believe you need three separate flow here with unique triggers.
Thanks
If you liked my response, please consider giving it a thumbs up
Proud to be a Flownaut!
Learn more from my blogPower Automate Video TutorialsHello @abm
Thank you for your quick response and suggestion. I attempted it and got the following syntax error. I tried various things, but wasn't very successful. Any suggestions on how to fix it?
Try putting an @ at the beginning of the expression.
Thank you @ScottShearer , that fixed my syntax error.
However, the method doesn't seem to meet my requirements. With 3 different flows set up, I'm still getting all 3 notifications when only 1 field gets modified.
I will try one of your @ScottShearer solutions tomorrow and will keep you posted.
Tatyana
Hi @Tatyana ,
Since the function to check for the column update is not supported in Microsoft flow currently, we could only check for the item update currently, you could only take a try with @ScottShearer 's suggestion to have a copy field.
And you could take a try to create the flow, feel free to ask here if you have any problems.
Best regards,
Alice
Community Support Team _ Alice Zhang
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 |
---|---|
89 | |
58 | |
42 | |
37 | |
29 |
User | Count |
---|---|
75 | |
67 | |
52 | |
47 | |
44 |