Comments
-
Hey Dan! That is exactly what I started implementing after your response yesterday. I am utilizing the "SQL Query Table" function to grab each row, then iterating through each row in 3 separate/parallel loops, which is a lot faster! Thank you! :)
-
Hey Dan, This is my first workflow, so I’m not entirely sure if I’m taking the right approach, but here’s how it’s currently set up: Right now, the workflow isn’t configured to send emails. Its primary function at this stage is to loop through the dataset, evaluate a specific column’s value, and increment counters. This…