File upload handling error in Make.com

:robot: Kuma (Baserow’s AI assistant): often the fastest way to get help. Try asking Kuma before posting here. Available to all SaaS users, and to self-hosted users with a connected AI model.

on

Are you using our SaaS platform (Baserow.io) or self-hosting Baserow?

SaaS

What are the exact steps to reproduce this issue?

I am trying to automatically fetch files from a Tally form into a Baserow file field using Make.com. It seems everything I attempt will not let me make an API call to this field. In case 1), I try to use the module called “Baserow - Upload a file”. in case 2), I try to use a custom API call that leads to an “Update row” module. In case 3), I try to use a final version in which I also use a custom API call to update a row.

Error 1 : create a Make.com scenario. Add a Baserow module called “Upload a file”. Observe that fields are a mismatch and not the expected fields from the API. Other users have reported this bugged state in 2022 and 2025 in this forum. It doesn’t seem fixed as of now.

Error 2 : “Baserow - Update a row” refuses to show any file-related field. I cannot map anything from the fetched URL data.

Error 3 : I systematically get a [404] collection error despite all url’s in the debugging prompt being correct after verification.

Any known solution to this? :slight_smile: