Hi @Klay Wang ,
Welcome to Microsoft Q&A forum and thanks for reaching out.
In-order to pass the output of your lookup activity (hashcode value ) to RelativeURL of REST dataset, you will have to follow below steps.
- First declare/create a dataset parameter for your REST dataset as shown below
- Then you will have use the dataset parameter dynamic expression (
@dataset().hashCode
) in the Relative URL property underConnection
tab of your dataset - Now when you use this REST dataset in you Copy activity or Web activity under
Dataset properties
section, you will see the dataset parameter for which you will have to map the Lookup activity output value as show below@activity('LookupHashCode').output.value[0].hashCode
Hope this helps. Do let us know if you have further query.
----------
- Please don't forget to click on and 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
- 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