The expression to check the values in the Product and brand columns:
@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
I would also like to know how to avoid the filter array record limit
User | Count |
---|---|
27 | |
14 | |
12 | |
10 | |
9 |
User | Count |
---|---|
50 | |
30 | |
27 | |
24 | |
20 |