jsonData
Array
[ { "id": 1, "name": "John Doe", "email": "john@example.com", "age": 30 }, { "id": 2, "name": "Jane Smith", "email": "jane@example.com", "age": 25 }, { "id": 3, "name": "Alice Johnson", "email": "alice@example.com", "age": 35 } ]
jsonData
variable.age
is greater than 30:item()?['age'] > 30
age
field is greater than 30.name
item()?['name']
email
item()?['email']
name
and email
fields.,
):Filtered and Transformed Data
Here is the filtered and transformed data: @{body('Join')}
You can download the logic app template from the estudy247 GitHub repository – la-test-dataops-12