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