
Announcements
Hi,
May I have your help on my flow? Is it possible to have conditions in advanced mode? I want to include Modified not equal to OldModifiedTime as well.
Hope anyone can help me with this or hopefully there is a way to be done. Thanks in advance.
Hi @Anonymous ,
There is no any way to have Condition in advanced mode.
Could you please share a full screenshot of the configuration of your flow?
Do you want to get the expression from the Condition and use it in the Do until?
If yes, please refer to screenshot below to create the flow:
The expression in the Do until as below:
@and(equals(variables('Status'), 'Finalized/Closed'), not(equals(triggerBody()?['Modified'], variables('OldModifiedTime'))))
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.