Acest browser nu mai este acceptat.
Faceți upgrade la Microsoft Edge pentru a profita de cele mai noi funcții, actualizări de securitate și asistență tehnică.
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.
Această pagină a fost utilă?
Aveți nevoie de ajutor cu acest subiect?
Doriți să încercați să utilizați Întrebați Microsoft Learn pentru a clarifica sau primi îndrumări privind acest subiect?