Login
Remember
Register
Ask a Question
How do I gracefully handle null values in an activity output?
0
votes
asked
Mar 14, 2022
in
Azure Data Factory
by
sharadyadav1986
How do I gracefully handle null values in an activity output?
activity-ouput
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Mar 14, 2022
by
sharadyadav1986
You can use the @coalesce construct in the expressions to handle the null values gracefully.
...