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
In triggers, when calling builder.getInput(), any fields that are structs, will be returned with their snake_case DB keys, instead of the camelCase field definition keys. The input parameter has the correct keys though.
The text was updated successfully, but these errors were encountered:
This is especially bad because when I do builder.getNewHorsesValue(), it will sometimes return the horse_name version if it's in the input, otherwise if it gets it from existingEnt it will return the horseName version.
In triggers, when calling
builder.getInput()
, any fields that are structs, will be returned with their snake_case DB keys, instead of the camelCase field definition keys. Theinput
parameter has the correct keys though.The text was updated successfully, but these errors were encountered: