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 |
---|---|
26 | |
13 | |
12 | |
9 | |
8 |
User | Count |
---|---|
49 | |
29 | |
23 | |
20 | |
20 |