Running into an issue where the behavior of a Condition/Action in a loop is no longer functioning the same way. Here is my process in a nutshell:
1. grab a list of keys via SQL
2. for each key, run a stored procedure via SQL to create a payload
3. send out the payload via an HTTP task UNLESS the payload is blank, which I check through a condition on this task. If it IS blank, the condition has the Action of "On Match All, Don't wait, Next"
4. loop through steps 2 and 3 for each value in 1.
5. run an update via SQL
My issue is, that previously, before the upgrade, if a payload was blank, and therefore my HTTP task was skipped, it would go to the next value in step 1 and proceed as normal. No problem
Since the upgrade, if a payload is blank, it still skips the HTTP task, however, it does not go to the next value in step 1, instead it exits out of the loop and goes to step 5.
Thanks in advance for any help here. Happy to provide more info if it helps.
Edited by user
2022-06-07T15:05:59Z
|
Reason: typo