How to export data as POST Form Data attachment?

I'm trying to export data but instead of prompting the user to download a file, I would like to send the exported data (from a table in my use case) to an API using a File parameter in a POST as Form Data parameter.

Is there a way to accomplish this?

Thanks in advance

@rferland

Hey there :wave: Export data does specifically download the file, but you should be able to build a retool app that organizes the data and sends it via an API request!