This activity filters the user-specified JSON string to include or exclude the specified keys with the names in the specified data table input.
Input
Input:String ArgumentRequired
Specifies the input JSON string.
Include Keys:Boolean ArgumentRequired
Specifies whether to include or exclude keys.
True - Filters the JSON input to include keys with the names in the input data table.
False - Filters the JSON input to exclude keys with the names in the input data table.
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 inputs based on which the JSON Array is to be filtered.
The DataTable containing the keys for filtering the JSON Array.
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 input.