
Hi Everyone,
I've got a flow which involves calling a Graph API, parsing the JSON and then adding the items(using for each) as rows into an excel table. However I want only the items that have one particular attribute value(for example , for JSON data containing Employee data, I want to only add the employees that have nationality as "UK") to be added into excel as rows in the table.
How can this be done ?
Hi @Pranaka ,
Do you want to filter records?
Please try to use filter array action.
Best Regards,
Wearsky