Hi @Michael MacGregor ,
Thankyou for using Microsoft Q&A platform and thanks for posting your question here.
As I understand your query, you want to know the way to pass the output of script activity into dataflow . Please let me know if that is not the ask here.
You can create parameter inside dataflow and use this expression :
@{activity('Script1').output.resultSets}
in the parameterTab of Dataflow activity with expression option unchecked. You can then leverage the dataflow parameter in any of the transformations to use it.
Hope this will help. Please let us know if any further 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
- 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