I am trying to transfer the URL of an uploaded file to another destination via webhook.
Please let me know how to input the file’s URL as a variable.
I have checked the method of setting variables that I was previously guided on, but it did not work as expected.
Could you please explain it again in detail?
Hi @Headchef.Yang ,
You can refer to this guide for handling file uploads and updating records via API: How to upload files to Bika and update record via API
If that’s not clear enough, this template might be more helpful in practice: AI Batch Image Recognition(OpenAI gpt-4o) | Bika.ai
In this template, the flow extracts the file URL using the following steps:
-
Find Records
-
Run Script — to extract the file (image) URL
-
Send HTTP Request
The template’s README includes a brief explanation of how this works.
Hopefully it gives you a better idea of how to set it up. Let us know if you run into any specific roadblocks.