Hello!
I use the Pulldata function to retrieve the ID from a layer that is the same layer that the form is built on. The ID that it retrieves is created in the form and this pulldata function simply checks whether the ID exists or not.
It works except when you make a form, write an ID, submit, then fill in a new form, it can't retrieve the last ID that was created, but it reaches all the other IDs.
After restarting the application, it can retrieve all the IDs that are created.
Anyone know what this is due to? It is as if Survey123 loads the layer when starting the Survey123 aplication and then does not reach the newly created data added after the start of the application.