Guys, I'd like to know how to download the content of Content Fragments fields (linked with Commerce Products), filtered in the Assets > AEM Files session, as a CSV file?
I was wondering if something like this could be done:
1. Filter the products in the Assets session
2. Save returned assets to a Smart Collection
3. Use an Event Listener that will be triggered when this collection has been created
4. Trigger a Workflow that will take the data from the products of this collection and export the CSV.
5. Delete a smart collection
Is that possible?