Hi,
I have a report sent weekly that shows low stock inventory once the items gets under a certain value.
It is in alpha order so I have a flow that sorts in descending order by stock level.
I need it so all rows that show '0' are removed. (the software we use sees 0 stock as being low stock..)
Created a loop with a row counter that then deletes the row in the excel file but it has 12k lines, and was estimating to run for 6hrs! I thought about selecting rows downwards from active cell and then send keys to delete but as it is in a for each loop within a data table and not in the workbook I cannot get it to work.
Any help would be really appreciated!!!