Save data in table from custom server code

Hey. I’m trying to save some data in the data tables in my custom Java server code, but it doesn’t seem to work. In my case, I want to upload a file. Once the file has been uploaded, I also want to save some data in the database.
Is it possible to save data from custom Java server side code?

Yes, it is possible. Need more info from you other than “doesn’t seem to work” to be able to suggestion anything…

Hi Mark. Thanks a lot for the quick response.

The reason it didn’t work is that the codeRunner didn’t seem to take the latest Java project changes and upload them to debug. However, I seem to have it working now.

Glad you got it working!