Hello,
I have a database called SavedData in the saved data I have saved data files for each user with their SchoolID which is uploaded from the game.
I want to retrieve the saved data file for each user with a matching school id and send it as one Json File. i tried to send it but it sent the files separated with a , but I want to make a workflow in the backend which can take the text content of the file and concat it into one json and send it back. is it possible I tried to use Toolbox plugin but I don’t know what to write in the code to make it work.