Hi,
Very new here.
I would like to initialize variables in my flow that use logical expressions to determine their value.
For example:
- The user inputs their answer as "Cat" into a form.
- I initialize a variable "userInputVar" and give it a value of "Cat"
- I want to initialise a variable whose value follows a logical formula such as "=if( userInputVar = "Cat", "The cat sat on the mat", "No cats here").
Please would you tell me how to actually write this in whatever language PowerAutomate allows input in.
Could you alternatively, or as well, link to good resources that describe the basic logical expressions available in the power automate expressions box so that I can understand how to refer to variables and correctly write if, and, or and not statements.
Thank you for any time,
G