I’m currently building a workflow where I use a Compare Strings operator to determine which HTTP Request I need to make. Following either of the HTTP requests, the rest of the workflow is identical, regardless of the difference between the strings originally compared. However, I can’t seem to figure out how to bring my paths back together. Any actions that follow the two different HTTP requests can only use the variables from one or the other. How do I avoid duplicating my logic flow on two paths for the duration of the workflow?
Thanks for the response. I’ve done something like what you described, using an expression in the JSON path so that I only need a single Define Variable.