For each loop container

  • i have a task inside the for each loop container and it retrieves data based on a input variable

    i want to update certain columns if the task is a success and certain column if it fails. but i want the for each loop to proceed even if the task fails

    Any help

  • By 'fails', do you mean that zero records are retrieved?

    There is probably a way of achieving this by using a conditional split based on record count (0 is one path, > 0 the other).


Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply