I've created a flow via the template (image attached) that:
1. Gets data from Supabase via API,
2. Merges the data points into HTML,
3. Converts the HTML to PDF,
4. Uploads to storage,
5. Returns the download URL.
All is working fine, except that the PDF doesn't change (in step 3), no matter that the data changes in the HTML (step 2).
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
2. Merges the data points into HTML,
3. Converts the HTML to PDF,
4. Uploads to storage,
5. Returns the download URL.
All is working fine, except that the PDF doesn't change (in step 3), no matter that the data changes in the HTML (step 2).
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

