Filter JSON Array
Filter JSON Array entries.
Last updated
Filter JSON Array entries.
Last updated
This activity filters the given JSON array entries and their count.
Input: Required
Specifies the input JSON Array.
Filter: Required
Specifies the Datatable input that is used to filter the given JSON Array. The data table used for filtering must contain key-value inputs. That is; the data table must contain 2 columns that contain the key and the value that is used to filter the JSON array.
For Example:-
Key Column Name: Required
Specifies the column name of the data table used in the Filter property that indicates the Keys of the key-value pair to filter the JSON array input.
Value Column Name: Required
Specifies the column name of the data table used in the Filter property that indicates the Value of the key-value pair to filter the JSON array input.
Result: Specifies the filtered JSON.
Count: Specifies the count of the entries in the filtered JSON.