Debugger step-by-step returns inaccurate information

I have a workflow where i update a client record and within that workflow i have multiple actions that are only activated by the user choosing specific options.

When i use the debugger in step-by-step mode it runs through each of these actions and changes the correct data on the backend but the front end just shows missing data. I have a search I want to see the results of at the end of the workflow but it seems to be affected by all these other actions and i get completely missing search parameters. How do i get around this?

Hi there, @reeceb… if I understand your post correctly, it sounds like you could be running into an order of operations issue. If you haven’t seen this post, I would start there when it comes to understanding how you might go about addressing the issue.

Hope this helps.

Best…
Mike

2 Likes

Thank you. I just put the search into a custom event and its much easier to see what’s happening.

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.