By debugging and looking more closely at the logs, I discovered that the problem is with the timing of the workflows’ execution. The ‘Do search for’ action to retrieve the data created in Task 1 & 2 is running before those tasks have finished.
Any idea how to delay the task 3 ?
I did read some posts very useful like ( [Feature Enhancement] Schedule 100k Workflows with Schedule API Workflow on a List - Announcements / New features - Bubble Forum) but still need help !