Microsoft
PL-900 · Question #275
You create a Power Apps app and Power Automate flow. You need to combine multiple types of field values into a single string value and format the string. What should you use?
The correct answer is D. expression. The Concatenate function concatenates a mix of individual strings and a single-column table of strings. When you use this function with individual strings, it's equivalent to using the & operator…
Submitted by suresh_in· Apr 18, 2026Demonstrate the capabilities of Power Automate
Question
You create a Power Apps app and Power Automate flow. You need to combine multiple types of field values into a single string value and format the string. What should you use?
Options
- Acondition
- Bswitch
- Cenvironment variable
- Dexpression
How the community answered
(42 responses)- B2% (1)
- C2% (1)
- D95% (40)
Explanation
The Concatenate function concatenates a mix of individual strings and a single-column table of strings. When you use this function with individual strings, it's equivalent to using the & operator. https://learn.microsoft.com/en-us/power-platform/power-fx/reference/function-concatenate
Topics
#Power Automate#Expressions#String manipulation#Data formatting
Community Discussion
No community discussion yet for this question.