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.