At what point in time do User Event Scripts run their entry points, compared to when Workflows run theirs? And in what order do multiple workflows run? We can see and change the order of execution for user event scripts but I don't see a way to control or find out that for Workflows.
Thank you, I had forgotten those points in the page whose URL you provided, and that answers my second question :)
Now I just need to find out the answer to my first question.
n
Nadav Julius
12/11/2024, 5:00 PM
I haven't found documentation on this but from exp I'm pretty sure that User Event before Workflow but the EntryPoint/Trigger will always take priority so: UserEvents BeforeSubmit will go before a workflows BeforeRecordSubmit but a workflows BeforeRecordLoad will fire before a UserEvents AfterSubmit!
✅ 1
a
Aaron McCausland
12/12/2024, 4:31 PM
That seems to be how it behaves for me too. Thanks 🙂