Image Upload Error - Missing value of required parameter ‘url’

What are you trying to achieve?

succesfully add photo data from webflow form submission to notion DB

Steps taken so far

isolated the error. it only occurs when mapping data from the html module. this is probably something related to how the id is mapped but this is such a common issue that should be fixed by make or something idk

Hey Ian,

from the error description it sounds like the Photo field is expecting a URL but you are sending it the file itself instead. Try mapping the URL you are taking the file from directly.

You can also hover over the field names to see what values they are expecting to receive.