This activity filters the given JSON array entries and their count.
Input
Input:String ArgumentRequired
Specifies the input JSON Array.
Filter:DataTable VariableRequired
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:-
A sample DataTable to be used as filter with Key - Value inputs as two Columns
Key Column Name:String ArgumentRequired
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:String ArgumentRequired
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.