Hi everyone,
I’m creating a playbook which converts a JSON object into a CSV file and then emails the file. I thought this would be straightforward.. Save the JSON to CSV using the action:

From there, get the response in the EmailV2 utility and attached the CSV file:

However, the output from the JSON to CSV action is another JSON object or success notification:

Does anyone know how to retrieve this CSV file as a CSV file which I can attach to an email?
TIA!
~ Kyhle
