how to pass the json file from web activity get method to web activity post method

Adam-8249 0 Reputation points
2023-07-19T04:06:01.3166667+00:00

I am unable to read the content of the json file in the next webactivity Push method.
I have used the resolution present in the below link
https://learn.microsoft.com/en-us/answers/questions/167473/post-file-from-blob-to-web-activity-in-azure-data
Error :

The expression 'activity('GetNotificationDetails').output.response' cannot be evaluated because property 'response' doesn't exist, available properties are 'eventHeader, requiredAttributes, eventSpecificAttributes, ADFWebActivityResponseHeaders, effectiveIntegrationRuntime, executionDuration, durationInQueue, billingReference'.

User's image

My sample Json file present in my blob storage
User's image

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

1 answer

Sort by: Most helpful
  1. QuantumCache 20,271 Reputation points
    2023-07-19T17:47:17.7166667+00:00

    Hello @Adam-8249 How does the output of your First WebActivity looks like?

    Please mask any sensitive data and please add the screenshot over here!

    User's image

    I was able to read the First WebActivity's output and use it!

    User's image

    0 comments No comments

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.