Hello All, I have a flow that reads a hyper file, and overwrite it with some values (1 on the print) . Then it appends some other values (2 on the print).
On 1 I have 0 records to be outputed. So the hyper file should be 0 records.
On 2 I have 1,9 MI records to be outputed. So the hyper file should be 1,9 MI.
I've set up the Parallel Block Until Done and it seems to work fine (Print 2)
But when the flow is finished I can see on the log that output 2 was run first, so my final file has 0 records. (Print 3).
Can I add something to force the flow to output 1 before 2?
Thanks!