An Azure service for ingesting, preparing, and transforming data at scale.
Hi @Jonathan Nathanson ,
Thank you for posting query in Microsoft Q&A Platform.
Are you able to see the output of Azure function in the output json of Azure Function activity? I hope your azure function activity output json holds that data.
You need to see the output json of Azure function activity to understand which key exactly holds your index value and write expression accordingly to access it.
For example, let's say azure function activity name is Get Building Field Index and in the output json of it index key holds key value. Then we need to write expression as below.
@activity('Get Building Field Index').output.index
Please check below video that helps to explain how to write expressions to read values from output json of activities.
How to read JSON output of one Activity in to another Activity in Azure Data Factory
Hope this helps. Please let me know if any queries.
--------------
- Please don't forget to click on
or upvote
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