Hello,
I am using the Typeform trigger Node to receive some requests.
The Typeform form also inlcudes a file upload and I want to use the link to the file in n8n.
In the initial setup I have received a file in the following format (trough the node) and everything worked fine.
https://api.typeform.com/responses/files/FILENAME.pdf
But once in a while I receive a datapoint like this:
FILENAME.pdf
So it is not a full URL and hence useless.
Why is that the case? When I trigger the workflow manually I always receive the full URL.
I have implemented an error workflow that informs me about the error. The error appears to occur randomly.
Kind regards
Silas