Forum Discussion

EthanMc's avatar
EthanMc
New Member
2 years ago
Solved

M Code functions not recognised by other query

So I am using 1 function to gather my access token, 1 which builds the framework of the API and the final one which puts the 2 together with query parameters and returns the data. on the 3rd function...
  • ppm1's avatar
    2 years ago

    In your case, "Query 1" returns the access token, so you'll need to reference the query name and not the function within it.

     

    Pat