Scheduling an API Workflow on a list of things and refreshing a Repeating Group afterwards

If you’ve added and removed headers, likely the definition in the API connector has gotten invisibly corrupt and you need to create another one.

The endpoint can handle several types of parameters in the body, and to determine which type they are it relies on seeing a header called Content-Type. Your API call isn’t sending one, so it won’t know what to look for.

Here’s a working example …

1 Like