Can I use a Data URL as a file to pass to the "Upload data as CSV" backend workflow action?

Hi everyone,
I’m generating a CSV file using a server-side script with the Toolbox plugin.

I would like to use this file as input to the “Upload data as CSV” action to create things.

I’m passing something like “data:text/csv;base64,YWNjZXNzLGd1ZXN0X2x…” to the action but it always tries to add “http://” in front of it to look for an external file.

Can I work around this or is it necessarry to first save the file somewhere, generate a url and pass this to the action ?

If that’s so, how could I save my output as a file on bubble database to then pass the url to the action?

Thanks for your help!

1 Like

Need help too