Configuration Error

Has anyone figured out a good way to understand what the issue is when an API Endpoint returns a 500 status and this:

{
“name”: “ConfigurationError”,
“message”: “Failed to compute action configuration”
}

The workflow is super simple, I’m just trying to add a row to a table. It literally has one column called “name”, all the other columns are defaults. I’ve been trying to debug for an hour now and I can’t figure out what the problem is.

Hey Kyan! Did you try clicking the API link in blue for the failed run?

It should redirect you to the API run details, where you can see a more detailed error message explaining what went wrong.

Does that help?