Jun 29 2024 06:39 AM
Hi all
I'm new to ADF.
I want to create a pipeline that executes a stored procedure from an Azure SQL database and sends an email with the result from the SP.
I followed these instructions to create a Logic App to send an email using a Web activity: How to send email - Azure Data Factory & Azure Synapse | Microsoft Learn
But now I'm struggling with sending the dynamic JSON the the Web Activity.
I have two variables: TextForMessage and Receiver.
Both are set in the Pipeline by a Set variable activities.
I added the Web activity, pointed to the Logic App, and added this for the Body, as explained in the link above:
Jun 30 2024 05:38 AM
OK, I was able to go one step further.
I wrote a stored procedure to generate the JSON body from the output of the first SP.
Now, I can invoke the Logic App, but the body JSON arrives in a strange format: