Hi All,
I am facing Issue with doUntil
I need to loop the MS flow till Data in 3 variable is not null. Hence i had below condition .
And every 6 Hour it check where these variable is not null then only it will process for next activty .
I had ued delay but its not working.
can you pleas let me know how to handle this.
Requirment is : If all variable is Nit null then goto next acitvity . If any variable is blank it will sent notifcation to user and every 6 hour it check again conidtion.
@and((variables('Variable1'), ''''''),(variables('Variable2'), ''''''),(variables('Variable3'), ''''''))