Switch Toggle Input Element
0
I want to make the switch to do 2 different call REST services based on being on or off. Is that possible to make?
asked
Mina Chan
1 answers
1
For anyone interested in the answer:

- Make a parameter with the data type set as object and select the entity which has your switch.
- In the microflow, add a decision that calls your switch entity name. Example: $Control/Switch
- Set up the 2 Call REST (GET), setting the API location depending on true and false, aka 1 and 0. (Do need to store in variable).
answered
Mina Chan