Hello everyone… I have an API on a separate server connected to the Adalo database through the Adalo database doc… every day we tell the system to go through the Adalo database and update on the external server.
It works fine, but the problem is the following… we tell the API to update from the last record onwards… we do it with the ID of the Adalo database… the problem is for example if the LAST ID was 123 we tell it from the one that the ID is equal to or greater than 123 and it doesn’t work… do you know anything about this?