Hello,
What I am trying to accomplish:
I am connecting to Salesforce, running SOQL to pull back some records, for each record that I get back from the query I want to run a set of functions per record. I tried running it this morning and found that while it does go through the process I built, it does not wait until the entire process is complete before it tries to start the same functions on the next record. Any advice on correcting this? Here is how I have setup my workflow:
Anything glaring you may be able to provide insight on for me?