I have a workflow with multiple queries for counts and I would like to export all of these to one CSV. All I need to have is the name of each query and it's associated count.
Step by step guide please as still fairly new to this.
Thank you.
Topics
Topics help categorize Community content and increase your ability to discover relevant content.
In the additional data section of each query activity, utilize the count function to retrieve the number of records, assigning a label that matches the query criteria.
Connect the outbound transition of all the query activities to AND-join
Connect the outbound transition of AND-join with the extract file activity.
Set up the Extract file activity using the count expressions you've included in the additional data section of each query activity.