Hello Teams.
Mycondition has a different format, as below.
And I'm trying to enter this code (@equals(length(body('Get_items')?[value'), 0) to the Condition following the below instructions.
How can I add the above syntax into the condition?
Thank you
Solved! Go to Solution.
The ability to use advanced edit in the condition action was removed months ago. To enter the condition you specified use the expression editor to add the following to the left box and 0 to the right
length(body('Get_items')?[value'])
with equals as the operation. You don't need advanced mode.
The ability to use advanced edit in the condition action was removed months ago. To enter the condition you specified use the expression editor to add the following to the left box and 0 to the right
length(body('Get_items')?[value'])
with equals as the operation. You don't need advanced mode.
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
Watch Nick Doelman's session from the 2020 Power Platform Community Conference on demand!
User | Count |
---|---|
45 | |
44 | |
40 | |
36 | |
23 |
User | Count |
---|---|
48 | |
32 | |
31 | |
29 | |
28 |