Dear Masters!
I have the following problem. I write a record into a database table using output tool, and then I want to read in the content of this table with a dynamic input tool.
My approach was using Block Until Done tool, but it does not wait for the end of the process on the first branch.
So for example the stating state of my table looks like this:
Column A
1
2
I want to add a record in it, called 3. So my desired output would look like this:
Column A
1
2
3
But when I am trying to read this table the result is just the 1 and 2 record, the new one (3) is nowhere.
I attached a screenshot about my attempt. Please guys, give me a solution for this problem!
