0 votes
in Azure Data Factory by
How do I gracefully handle null values in an activity output?

1 Answer

0 votes
by

You can use the @coalesce construct in the expressions to handle the null values gracefully.

...