I am trying to replicate this worfklow (from SharePoint Designer 2007) in Flow:
I need a conditon where the Flow only runs when the Assigned Designer field is not empty/blank. I have created this condition in Flow, however it doesn't seem to be working as I expect:
Is anyone able to help please?
Thanks
Hi!
It's the trigger in Flow what makes it run or not. I think for your Flow it's when an item is created or updated? So when your item is new, or is updated (depending on what trigger you've chosen).
You can choose to end the Flow in the if yes outcome of your condition. But it won't prevent the Flow from running.
To my knowledge this is not possible unless exporting it and changing the json code (but don't know how future proof this would be, see this blogpost about that: https://sergeluca.wordpress.com/2018/04/11/trigger-your-flow-only-when-a-document-is-created-from-a-... )
Hi @Sam12
I have the solution for you!
In the first field put the expression like above, changing the FieldName if it is not correct
empty(triggerBody()?['Assigned Designer'])
If you don't know the FieldName use this trick:
In the second field open the Expression panel and type 'true' then Ok
Best Regards,
Gustavo Moraes
Community Super User
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly. And give me a kudo to make me more happy!
Gustavo Moraes, o astronauta brasileiro do Flow!
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
At the monthly call, connect with other leaders and find out how community makes your experience even better.
User | Count |
---|---|
26 | |
25 | |
23 | |
23 | |
21 |
User | Count |
---|---|
62 | |
44 | |
40 | |
29 | |
27 |