이 브라우저는 더 이상 지원되지 않습니다.
최신 기능, 보안 업데이트, 기술 지원을 이용하려면 Microsoft Edge로 업그레이드하세요.
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.
이 페이지가 도움이 되었나요?