Browser ini sudah tidak didukung.
Mutakhirkan ke Microsoft Edge untuk memanfaatkan fitur, pembaruan keamanan, dan dukungan teknis terkini.
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.
Apakah halaman ini membantu?