Hello,
I have a flow that filters rows from an excel spreadsheet and then counts the rows that meet the criteria. However, it doesn't provide the correct count.
There are for example 5 rows currently in the table that match the criteria, when a new submission is added that is part of that criteria, the count should display 6. However, it displays 5. Doesn't seem to take into account the newly submitted row.
The formula in the Compose 2 action is:
length(body('Filter_array'))
Is there something i am missing or need to add?
thanks