hey @Jen1234, Have you tried using the block until done tool? I think that should help you because it won't let the next record process until previous is done. Here is some documentation on that - https://help.alteryx.com/current/en/designer/tools/developer/block-until-done-tool.html
Let me know if it was helpful.
Thank you for the suggestion. I would need more assistance on where to integrate it within the workflow.
Hey @Jen1234,
You need to put it in the stream where you want your first thing to be processed and once that it completed, then the second stream to process. I think you can refer the example associated with the tool as it will give you more clarity since I am not sure how your workflow runs. Let me know if you need more clarity. Thanks!