API Connector - Allow Blank

I’m using allow blank checkbox and it sends null value. Am I missing something? @Jici

No… this is expected behavior. Is it a problem? Normally, the API should accept null value (if not mandatory)? Bubble cannot modify your JSON… and sending an empty value in JSON would break the JSON.

1 Like

This makes sense now. In the above the null is overriding the current value of Quantity Ticketed.

{
<Quantity_Ticketed__c><quantity_ticketed><Quant_Ticket_comma>
<Quantity_Ordered__c><quantity_ordered>
}

I flipped to JSON and made everything a variable. Even the comma. If I send a space, it doesn’t override or send null. It’s just spaces.

1 Like