
Announcements
@and(equals(triggerBody()['text'], item()?['Product']), equals(triggerBody()['text_1'], item()?['brand']))
The expression to retrieve the values of the life cycle and DNE columns of the first item of the filter array.
concat(first(body('Filter_Array'))['life cycle'], ', ', first(body('Filter_Array'))['DNE'])
I am using above expression to filter data, but its working only for only 1000 record. Please help me guys