Forum Discussion

abpgupta's avatar
abpgupta
Continued Contributor
2 years ago
Solved

Trigger Data Pipeline

Hi All   Is it possible to run a query using Data Pipeline and get output value to decide to trigger next steps or not?   Thanks for any inputs.
  • NandanHegde's avatar
    NandanHegde
    2 years ago

    Above would be the flow wherein you would query the control table from the database via lookup activity

    Then leverage IF activity and do your comparison from the lookup activity output

    and based on true/false output add the necessray actions within IF activity