I want to share my tips about Create a value from Condition - Yes and No.
for make simple flow.
no-simple:
When there are a action after condition with a value,
Flow need to each action in Yes, and in No.
It's make no-simple.
Solve:
In the condition - Yes , create a value,
and In the condition - No, create the other value.
and after the condition, create a value from Yes value or No value.
and after that, a action do once by the value.
Tips:
Create a value from Condition - Yes and No.
Action - Compose
Inputs : "@coalesce(outputs('ValueYes'),outputs('ValueNo','-')"
Example:
1. Button
2. Action - Compose
Name: "Value0"
Inputs: 1
3. Condition
"Value" "equals" "0"
Yes:
3-1. Action - Compose
Name: "ValueYes"
Inputs: "Yes"
No:
3-2. Action - Compose
Name: "ValueNo"
Inputs: "No"
4. Action - Compose
Name: "ValueResult"
Inputs: "@coalesce(outputs('ValueYes'),outputs('ValueNo','-')"
I use this tips with multi-conditions flow to make simple.
Regards,
Yoshihiro Kawabata


Report
All responses (
Answers (