License Expired, Renewed, now a job is failing

Hi Ernest and welcome to the Community!

The problem is not related to Server licensing. It indicates that your workflow doesn’t receive a JSON in the expected format from the FormStack query. There can be multiple reasons for this:

  • The FormStack API has changed.
  • The request returns a JSON in another format because of an error in request settings (e.g. wrong API key)
  • The request returns a correct, but slightly different JSON that isn’t handled correctly by the current workflow, so the workflow needs to be adjusted to handle it.

In order to resolve the issue you need to have a basic understanding of:

  1. Using EasyMorph. See here our tutorial: EasyMorph Tutorial
  2. Web requests. See this article: Making your data better with web APIs
  3. The JSON format
  4. The FormStack API for the endpoint that is called in the workflow