Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Depends on the source of the data list. If it's form data, you'll need to know the table name and add the 'app_fd_' prefix and for columns add 'c_'.
For example, if you create a datalist from a Joget Form called Requests (table name: "app_requests") and want to insert data to its "name" field. Your table name in your query should be "app_fd_app_requests" and the column should be "c_name"
If its from another source, you'll need to know the table and respective columns as normal.
This might give some insight abit:
Store Form Field Data to Multiple Tables - Knowledge Base for DX 7 - Joget | COMMUNITY
How to insert data in joget data list by using Java code