I've created a flow via the template (image attached) that:
- Gets data from Supabase via API,
- Merges the data points into HTML,
- Converts the HTML to PDF,
- Uploads to storage,
- Returns the download URL.
I've noticed that the URL doesn't change either, so I assume I'm downloading the same file and the file doesn't get overwritten.
Does anyone have experience with this or know of a workaround?
Thanks in advance!
Martin



