I would like to stop my flow from moving on to the next step until the user enters an value (the name of the approver) within a field in an SP list. The flow will fire every time the list item is created or modified.. I get that...
So... when I build the flow to do this a couple of questions... Note - I am using plain old English here
1 - I am thinking i would say "Do nothing until the value in the approver field is not null" So I would say.. Do Until>Approver Field >Is not equal to >"Null" So how do i specify Null in the Do Until value field and will the Do Until be OK with an argument like this?
2 - In the Designer, do i have to put the rest of the flow within the Do Until box or does it go outside and under the Do Until box?
Thx everyone... Flow looks awesome... just trying to figure out the little tricks....