Hi,
I was wondering if it is possible to ignore blank rows using the List Rows in Table (Excel Business) connection. I have used a filter query to do this but would prefer to do this as an ODATA filter.
Solved! Go to Solution.
Hi @v-lin-msft ,
Thanks for the reply. I have used the following with a filter - but was wondering if it could be done more efficiently.
Filter Array:
equals(empty(item()?['ASSET ID']), bool('False'))
This work as the 'ASSET ID' will not have a value if the row is empty.
Hi @DesignerMat,
Could you please share a screenshot of your flow’s configuration?
There is probably no direct way to remove the empty rows from the table.
At present, it is more feasible to do is you can add a filter array to remove the empty rows, as shown in the figure below if the column Name has a length of zero.
This is the result of flow run:
You can have a try. If there is any problem, please contact us.
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @v-lin-msft ,
Thanks for the reply. I have used the following with a filter - but was wondering if it could be done more efficiently.
Filter Array:
equals(empty(item()?['ASSET ID']), bool('False'))
This work as the 'ASSET ID' will not have a value if the row is empty.
User | Count |
---|---|
61 | |
51 | |
47 | |
27 | |
17 |
User | Count |
---|---|
26 | |
26 | |
21 | |
21 | |
20 |