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,
You will need to reference the lookup activity the same way you reference the copy data activity. activity("Lookup Query").output.XXXX When you run the pipeline, after the lookup is successful, you can click on the output to see exactly what the lookup query is returning
If you found this helpful, consider giving some Kudos. If I answered your question or solved your problem, mark this post as the solution.