Hello community,
When the App I created is opened I want it to generate a unique follow-up number from an excel worksheet called Complaints on OneDrive. The code for this in Default = Last(Complaints).ID+1
Normally this works fine but at some moments I have the issue that the App generate numbers starting with 1 even when there are already numbers in the worksheet ID column.
Could this be a connectivity issue? How can I stop the App from creating a new number that is already in the column?
Thanks in advance. Eric