I searched and I found someone say it can be used like this:
IF $'''%TotalList = 200% || %TotalList = 400% || %TotalList = 600%''' = True THEN
But after I try it the flow was just skipped this if line so how I should use the two operands ?
I searched and I found someone say it can be used like this:
IF $'''%TotalList = 200% || %TotalList = 400% || %TotalList = 600%''' = True THEN
But after I try it the flow was just skipped this if line so how I should use the two operands ?
Copyright © 2021 Jogjafile Inc.

You need to put it all between a single set of % % and use OR instead of ||.
The microsoft documentation is here