I’m using a Webflow form with the form action going to a Pipedream HTTP trigger. I’m receiving the form inputs ok, but the uploaded file is only showing a file name. I would normally use the Webflow API, but I’d rather not have the workflow triggered for every Webflow form submission. Any help would be really appreciated.
Hi @pierce, I set the Webflow form action to a Pipedream HTTP trigger URL. All the information is passed along nicely, but any file uploads are only shown with the file name and not the actual URL file path of where the uploaded file is actually located.
Ok, thanks for letting me know about the private Slack channel for support. I was able to find a workaround for the moment, in case you or anyone else is interested. I made a filtered webhook in Webflow to only fire on a specific form submission. When I receive that webhook in Pipedream, it shows the correct URL’s for the uploaded files