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).

    The absence of evidence is not evidence of absence
    - Martin Rees
    The absence of consumable DDL, sample data and desired results is, however, evidence of the absence of my response
    - Phil Parkin

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

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