Function Name:
Parse JSON To List
Purpose:
Assuming the input string is a valid JSON, this function converts the string to a list of records that can be looped upon.
Configuration:
1. Enter a Display label for the node. This will be helpful with identifying the node when viewing your Entity Pipeline.
2. Enter a Description that will explain what the function is configured to do.
3. In Input json provide the input attribute or token that contains the string json.
Example:
The input string, `[{"name":"sfdcid", "value":"003PX000007wWl4YAE"}]", will be returned as list containing an object.