Hello Brandon,
sure I can do that, but it's not very exciting as a also generate that csv in the same workflow, so I just combine that data.
- Step:
save_csv - get's the data from preceding steps wich colleted the right data and then saving the csv in the storage - Step:
get_data - picks up the filedata from the storage again because like this it's base64 - Step:
attachment_process - returns all the data from the preceding two steps and getting it into the right format - Step:
send_mail - the attachment_process.data is the whole return wich is formatted right, so it can be used as the mail attachment
I hope I could help you, if you have more questions about it or anybody else has a more elegant or better way please share your ideas.
Best regards Flo
