You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The to_json() function removes empty fields and thus removed the name. However this field is required when using create_record making it impossible to create an apex level record.
The text was updated successfully, but these errors were encountered:
Hey, when trying to create a record at the apex I get a 400:
Here is the code:
The
to_json()
function removes empty fields and thus removed thename
. However this field is required when usingcreate_record
making it impossible to create an apex level record.The text was updated successfully, but these errors were encountered: