** AVAILABLE SEPTEMBER / OCTOBER 2024 **
Overview
The 'Array Split Items' utility action for Power Automate splits the array from the JSON array provided or targeted using a JSONPath expression.
Credit Count
This is a Utility action and therefore consumes only 0.05 credits per operation (except 1 credit on the free plan). For example, 100 operations will consume 5 credits on a trial and all paid plans.
Parameters
The default 'Array Split Items' utility action parameters are detailed below:
- Data: The JSON data to modify
- Split Value: Optional - Search the array for and split on the value provided
- Item Index: Optional - Set the 'Index' of the item to split on
Advanced Parameters
The advanced 'Array Split Items' utility action parameters are detailed below:
- Ignore Case: Set whether the text case should be ignored when executing the split
- Path: Select a specific node within the 'Data' using a JSONPath expression
Return Parameters
Action Specific Return Values
- Result - An array of arrays as JSON
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