Den här webbläsaren stöds inte längre.
Uppgradera till Microsoft Edge för att dra nytta av de senaste funktionerna, säkerhetsuppdateringarna och teknisk 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.
Var den här sidan till hjälp?
Behöver du hjälp med det här avsnittet?
Vill du prova att använda Ask Learn för att förtydliga eller vägleda dig genom det här ämnet?