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
{{ message }}
This repository was archived by the owner on May 7, 2024. It is now read-only.
Using salesforceCreate() as a basic example you get the id of the newly created row back, however if it is unsuccessful you only get an empty string.
I believe there are error details from the salesforce api available which could be passed on through here -- would be great to see error details if say we were missing some required keys when attempting to create a record (i.e. if a formula has been applied to a particular field in an object requiring other keys to be set), or indeed if we have simply been rate limited or perhaps there's an invalid key in a query.
The text was updated successfully, but these errors were encountered:
Using salesforceCreate() as a basic example you get the id of the newly created row back, however if it is unsuccessful you only get an empty string.
I believe there are error details from the salesforce api available which could be passed on through here -- would be great to see error details if say we were missing some required keys when attempting to create a record (i.e. if a formula has been applied to a particular field in an object requiring other keys to be set), or indeed if we have simply been rate limited or perhaps there's an invalid key in a query.
The text was updated successfully, but these errors were encountered: