You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello all, I was wondering if there is a possibility to add variables to this script? my questions usually depend on a id number that I have as a variable, I tried to hard-code like
function getQuestionAndFillSheet(baseUrl, token, metabaseQuestionNum, sheetName) { var questionUrl = baseUrl + "api/card/" + metabaseQuestionNum + "?id=1193" + "/query/csv";
but it throws an error saying that the end point does not exist :(
The text was updated successfully, but these errors were encountered:
Hello all, I was wondering if there is a possibility to add variables to this script? my questions usually depend on a id number that I have as a variable, I tried to hard-code like
function getQuestionAndFillSheet(baseUrl, token, metabaseQuestionNum, sheetName) { var questionUrl = baseUrl + "api/card/" + metabaseQuestionNum + "?id=1193" + "/query/csv";
but it throws an error saying that the end point does not exist :(
The text was updated successfully, but these errors were encountered: