Hey,
I'm getting a 1201 error (InvalidDropTable) when calling EvaluateRandomResultTable in CloudScript. I searched and couldn't really find anything that would explain this in more details. I checked and the TableId is spelled right, all Items are still in the Catalog. Here's my code:
var random_request = { TableId: "GeneralGear" }
server.EvaluateRandomResultTable(random_request)
Anything I'm missing?
Thanks!
Answer by Brendan · Apr 13, 2017 at 08:16 AM
What Title ID is it that you're testing in this case? If you're only specifying the TableId, can you check that the Catalog in question is set as the Primary Catalog for the title?
It's not, apologies, I forgot to add the catalog version to the parameters... My bad, error is gone now.
No worries! Glad you're un-blocked. Let us know if you run into any other issues.
How to check if User is part of a group at the same time when using ListMembership function 2 Answers
UserData object different between client and server? 1 Answer
executecloudscript unity Function Parameter 1 Answer
Where should I write cloud script code? ,Where do I actually write cloud script code? 1 Answer
Are Epic Games Store SDK API calls available as a REST API callable by a Cloud Script? 1 Answer