Forum Discussion

Aron_Moore's avatar
Aron_Moore
Solution Specialist
2 years ago
Solved

API data not refreshing in Service

I have a model built on data from the JIRA Issues API. It refreshes in the desktop app but it fails in the service saying"The column 'Column1' of the table wasn't found". If I limit the number of c...
  • lbendlin's avatar
    lbendlin
    2 years ago

    That'll do it.  This setting is ignored in the service, and the service will always try to run queries in parallel. 

     

    One way to prevent that is to use the Function.InvokeAfter trick.