JSON Array to Data table
Converts a given JSON array to Datatable.
Last updated
Converts a given JSON array to Datatable.
Last updated
The activity converts a user-specified JSON array input to a data table.
Input: String Argument
Specifies a JSON array input.
The data given to the Input property should be a valid JSON Array.
Output Data table: Object Variable
Stores the resultant Data table in a specified Object variable.