Backend csv URL

I have a workflow that generates a csv file for a lookup using the Bubble Export CSV function. Right now, it working on the front end fine but the user is having to wait for it to generate and download before they can move on. I want to move this process to a backend workflow and email a link to the file, similar to how Bubble does when you export from the database.

I built the lookup similar to what is working on the frontend and CSV generation appears to be working via the log. However, the URL that is being sent is just a string of characters.

Here are the steps in the backend:
Screen Shot 2022-08-04 at 7.42.37 AM

Here is the email configurtion:

Here is what I am getting as the url in the body:

Am I missing something? Is there a url prefix that I am supposed to be adding? Thanks!

This topic was automatically closed after 70 days. New replies are no longer allowed.