-
Notifications
You must be signed in to change notification settings - Fork 243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Grant Item to User #50
Comments
How did you resolve it? |
@IvicaSkrobo // defining these up top so we can easily change these later if we need to. handlers.CheckIn = function(args) {
}; function ResetTracker()
} function UpdateTrackerData(data)
} function GrantItems(items)
} |
Thanks mate for answering. I figured it out as well yesterday, put the question up prematurely. But still it might help others. 👍 |
I use this example and I want to mention for that:
JSON.parse(GetUserReadOnlyDataResponse.Data[CHECK_IN_TRACKER].Value) return string not object.
JSON.stringify(grantedItems) also return string.
After I resolve this issues all cloud script work but Grant times to user do nothing even I get the Item Id in result
The text was updated successfully, but these errors were encountered: