question

LaxmiKakarlapudi-8523 avatar image
0 Votes"
LaxmiKakarlapudi-8523 asked ShaikMaheer-MSFT commented

pass the output of the webactivity which is the url to another webactivity to get data

I am trying to build pipeline:

azure webactivty - get method and I get output as the url.

I need to pass this url to another webactivity and store the output

How can I achieve this. Since the output url from 1 activity should be dynamically passed to another webactivity how to achieve this pipeline.

azure-data-factory
· 2
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hi @LaxmiKakarlapudi-8523 ,

Just checking in to see if the below answer helped. If this answers your query, do click Accept Answer and Up-Vote for the same. And, if you have any further query do let us know.

0 Votes 0 ·

Hi @LaxmiKakarlapudi-8523 ,

Following to see if the below answer helped. If this answers your query, do click Accept Answer and Up-Vote for the same. And, if you have any further query do let us know.

0 Votes 0 ·

1 Answer

ShaikMaheer-MSFT avatar image
0 Votes"
ShaikMaheer-MSFT answered

Hi @LaxmiKakarlapudi-8523 ,

Thank you for posting query here.

You need to look output json of your first web activity and locate which json keys holding your URL and then write expression accordingly in second web activity.

Please check below video where its explained how to pass
https://www.youtube.com/watch?v=2XfUKWwDi3g

For example, if you first web activity output looks as below, then I should write expression as @activity('<web activity name>').output.url in second web activity.
132326-image.png

Hope this will help. Please let us know if any further queries.


  • Please don't forget to click on 130616-image.png or upvote 130671-image.png button whenever the information provided helps you. Original posters help the community find answers faster by identifying the correct answer. Here is how

  • Want a reminder to come back and check responses? Here is how to subscribe to a notification

  • If you are interested in joining the VM program and help shape the future of Q&A: Here is how you can be part of Q&A Volunteer Moderators


image.png (21.4 KiB)
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.