Logging Details of ADF Dataflow pipeline error message

Patil Rajas 40 Reputation points
2024-03-06T13:05:07.6533333+00:00

Hello,

As part of logging status of each pipeline run, I need to save :

User's image

My pipeline have below actities:

1.lookup

2.ForEach : (pipeline->script for logging)

All I am trying is saving status and error details part in SQL table with insert in script.

I tried using string(@{activity('MergeFlow1').error.message}

but this is giving me entire error code as below:User's image

Since above test have some words in codes, its giving me error.

Any help will be much appreciate.

Regards,

PR

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,623 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.