Api connector read empty value

hi there

Is there a way that, if a API reads a value and the value is empty that when bubble edits the thing
its leaves it empty?

You question is not clear. Please share more details with screenshots if possible of what you are trying to achieve.

hi there

so i do a call to odoo to get some data. but its possible that some fields are empty.
then bubble filles in “null” is it possible to keep that value also empty in bubble?

What is this screenshot about?
Usually when an API call is initialized in API connector Bubble identifies the field type. Bubble do not fill in any fields value. What you get in the field as values are from the API provider.

are you sure that the api return empty value not null?

odoo indeed returns false, but is there a way to make that field empty?

Yeah

You can save the data with an expression like this
Api call odoo’s email is false formatted as text

  • When Yes, pass the actual field value
  • When No, leave it empty