Hi,
I have a Power App which is connected to a Sharepoint list. For my use case I created a form which includes a number (" field Title") starting from 1 and after submitting the form the number should automatically go up by increment +1.
Currently I use the following formula as "Default" in the DataCardValue for "Title":
First(Sort('SP List Name'; Title; SortOrder.Descending)).Title+1
This works fine until I reach the number 10. Somehow after submitting the form for number 10 the increment +1 is not applied and 11 does not appear instead number 10 is still listed even though it has been saved and submitted. Whenever I click on the Title in the formula, it says 9, even though the item number 10 has been saved correctly to the SP list????