Forum Discussion
EthanMc
2 years agoNew Member
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...
- 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
ppm1
2 years agoSolution Sage
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