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?