This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
What is the correct syntax for a string in a Power Automate function?
This is my string.
'This is my string.'
"This is my string."
makeString(This is my string.)
How would you write a formula to add 3 plus 5 and then divide by 2?
div(add(3,5),2)
(3+5)/2
div(3+5,2)
Power Automate expressions can't be used for math.
What statement best describes the relationship between Power Automate and Azure Logic Apps functions?
Each product has its own functions with no overlap.
Each product uses the same functions but has different syntax.
They use the same functions and their function documentation is interchangeable.
The two products are similar but you should ignore all function documentation for Azure Logic Apps when building a Power Automate flow.
You must answer all questions before checking your work.
Was this page helpful?