Hello! I am working on an app, and there seems to be a weird issue happening that I can only imagine is a delay between the time a new piece of data is submitted and when it can be accessed via a search. The reason I suspect this is that when I run it normally, it does not behave as expected. However, when I run it step-by-step in the debugger without any changes, it behaves as expected.
Here is what I am doing:
- A form is submitted by user creating a new piece of data
- The workflow that the submit button triggers as expected, and at the end it triggers a custom workflow.
- The custom workflow does a search that should have this new piece of data included, but it doesn’t.
Is there a delay here or another obvious problem anyone can see? Any ideas how to fix?