Hi all
Can someone perhaps help me understand something related to the macro Parallel Block until Done.
in a flow I have 6 different filtering results that I want to connect in 1 excel fil using the macro. It's not all filters that have a result, but I still need to show this as a sheet in the excel fil. When I run the flow, it's without any errors, but when I open the excel fil (created by the macro), not all sheets are present.
An example - in 1 case there is only data in 1 of the filters - they other 5 are empty. The first filter, linked to the macro, is empty, the second filter includes data and then the remaining 4 filters are also empty. The final excel file only includes the 5 sheets that are empty in the filters. If I change the sequence in the macro to start with the filter including data and then other filters, the final excel file includes all sheets.
My issue is that have to do this for 57 different reporting units, and it could differs from reporting unit to reporting unit, which filter includes data or not.
I hope that someone can help my clarify why this happens and have to solve this?
thanks so much
Anders