Return more info on failure while persisting records in workflows #1430
Labels
backend
Backend server changes (GO)
codebase improvements
Various codebase improvements
go
Pull requests that update Go code
Milestone
When a user includes invalid or missing required values in record input in a workflow function, the error is displayed in server logs.
The error is not verbose enough, only the
invalid record value input
is presented to the user, along with the usual meta data on workflow and workflow step.There needs to be more info presented, mainly the invalid field that is causing the error.
Workflow error:
API error (with more info):
The text was updated successfully, but these errors were encountered: