Hello i have some Problems with the "Block Until Done" Tool.
My test:
1) i created an Table in mysql with column "date" and "KPI"

2) Now i wanted to update the last to days.
i SHOULD be: search for Min Date in the Groupfunction. And Insert Into everything (again) in the table where date is smaler then min_date
After that: append the columns i wanted to updated in the table
But the Block 2 is done first.

What i am doning wrong?
Cheers,
David