It could have been an order of operations issue, and by using the result of step 1 in step 2, you are forcing step 2 to wait until step 1 is complete before step 2 runs.
1 Like
It could have been an order of operations issue, and by using the result of step 1 in step 2, you are forcing step 2 to wait until step 1 is complete before step 2 runs.