sFilesItem
This class is designed to be called exclusively from a visual or triggered flow. The parse method will take the json parameter that was passed to the flow from sFiles and parse it into a CustomFlowPayload object.
Methods
global static List<CustomFlowPayload> parse(List<String> stringInput)
INVOCABLEMETHOD
This method takes a rowInfo string that was passed from sFiles to a flow and parses it to usable variables. Once the data is parsed, the returned CustomFlowPayload can be used in a flow to perform custom functions.
Parameters
Param | Description |
---|---|
stringInput | Must be a JSON string provided from the rowinfo input parameter of the flow. |