Hi Community,
When using the "Fetch the data" function, is the "completion" considered to be when the data fetching starts or when it finishes? I have an automation script that runs upon completion of the data fetch, and its parameters depend on the fetched data. However, it seems like the script is using old parameters instead of the updated ones. How can I ensure the script runs with the correct parameters?
Hi Mauro,
The 'Fetch the data' action is completed when the data is done fetching. The issue you are having is that the reselection of the table rows hasn't happened yet. This means that the 'query rows' feed from the table still contains the old values when launching the script. I have created a task on our backlog to make sure the action chain only continues when the feeds are also updated.
As a workaround, you can create 2 'fetch the data' actions that start after each other before starting the script action. This is however not ideal since the fetch time is doubled.