Overview
The 'Utility - Concatenate Text' action for Power Automate concatenates the text values provided to a single text value, optionally delimited by the 'Delimiter' value provided.
Video Guide
Concatenate multiple text values in Power Automate
Default Parameters
The default 'Utility - Concatenate Text' flow action parameters are detailed below:
- Text Values: The array of text values to concatenate
- Delimiter: The delimiter to place between the concatenated text values
The 'Text Values' property requires an array of strings, which could be manually added text, Power Automate dynamic data, or an array object, see below:
Advanced Parameters
The advanced 'Utility - Concatenate Text' Power Automate action parameters are detailed below:
- Trim Result - Set whether white-space should be trimmed from the processed value
Return Parameters
Action Specific Return Values
- Result - The processed text value
Standard Return Values
- OperationId - The unique ID assigned to this operation.
- HttpStatusCode - The HTTP Status code for the response.
- HttpStatusMessage - The HTTP Status message for the response.
- Errors - An array of error messages should an error occur.
- Operation Status - Indicates whether the operation has been completed, has been queued or has failed.
0 Comments