SharinPix Flow JSON Parser Integration in Salesforce Flow (Admin-Oriented)
Overview
The FlowJSONParser invocable method allows Salesforce users to parse JSON strings within a Flow. It provides a streamlined way to extract specific values from a JSON string and automatically store them into Salesforce object fields. This automation eliminates manual data entry, helping users efficiently work with structured JSON data.
This document covers the following topics:
- FlowJSONParser Parameters: A breakdown of the input and output parameters that power the AI extraction process, detailing how the data is processed and returned.
Prerequisites:
Before integrating the JSON Parser in a Salesforce Flow,
- Ensure that you are on a recent SharinPix Package Version. Follow this document to upgrade the SharinPix package
SharinPix Flow JSON Parser Parameters
Input Parameters
Below are the inputs required when using the FlowJSONParser invocable method in a Salesforce Flow.
Parameter | Description |
---|---|
JSON String to Parse |
|
Ignore Error? |
|
Index |
|
Field01 - Field10 |
|
Note:
The number of fields is limited to 10 keys only. If the provided JSON contains more keys than the specified number of fields, the additional keys will not be extracted.
Output Parameters
Below are the outputs received when using the FlowJSONParser invocable method.
Parameter | Description |
---|---|
Value01 - Value10 |
|
These output parameters allow users to easily store and use extracted data from JSON strings within Salesforce flows, automatically populating fields in Salesforce objects based on the parsed values.
Info:
For more information on how to integrate the JSON parser within a flow, please follow the article below: Parse the JSON Result
0 Comments
Add your comment