Forum Discussion
Ka13
9 months agoHelper II
Copy Activity Fabric
How to extract the values of rowsCopied and rowsRead from the below Copy activity output in Fabric and store in Fabric Warehouse to maintain the log table of rowsCopied and rowsRead in fabric warehou...
tayloramy
9 months agoSuper User
Hi Ka13,
As mentioned in the Fabric Discord, you can add a script task that references the output of a previous step.
Something along the lines of: @activity(Copy-activity).output.rowsRead should work for you
If you found this helpful, consider giving some Kudos. If I answered your question or solved your problem, mark this post as the solution.