Hello all, I have the below workflow in my Magic ETL. Just posting a sample version below.
My question is - I have a ProductID that I join from both the data sources and then do a group by and output to a file.
But I also need to know Total count of Product ID or row count from TEST spreadsheet source. Is there a way I capture the Total count and get that to the same output ?
I can do this in a separate card and display in dashboard. But I want to get that in the same workflow that I am using for my main dashboard.
Please help