33- If Condition Activity in Azure Data Factory.pptx
1. 33- Azure Data Factory
If Condition Activity in azure data factory
Demo- If Condition Activity
Welcome in BPCloudLearningInHindi
1
2. If Condition Activity:
2
The If Condition activity provides the same functionality that an if statement provides in
programming languages.
It executes a set of activities when the condition evaluates to true and another set of activities
when the condition evaluates to false.
Welcome in BPCloudLearningInHindi
Open the pipeline in the Azure Data Factory designer and drag the "If Condition" activity from the Activities
toolbox onto the pipeline canvas.
1. Double-click the "If Condition" activity to open the settings panel.
2. In the "Expression" field, enter the expression that you want to evaluate. This can be a boolean
expression, an expression that returns a boolean value, or a condition function.
3. In the "If True" section, select the activity that you want to execute if the expression is true. This can be
any activity, such as a copy data activity or a custom activity.
4. In the "If False" section, select the activity that you want to execute if the expression is false. This can
also be any activity.
5. Save and publish the pipeline.