Hi.
I created a table, connected a database to it, the source of which is JSON (Remote URL). One of the fields contains the record ID.
In connection settings in the database, there is a checkbox “Update on startup”.
How can you otherwise force the application to download and to update the data?
After creating another table with a database, the source of which is also JSON.
How can I programmatically adjust the Remote URL of the table so that it contains the id from the first table we clicked on.