Hi All
I have created a Power Apps form to work with my SharePoint List and everything looks great, however, I have noticed that the hidden ID property for the new List record does not get populated/generated until the new List record is saved.
My problem is I need this ID value as I use it to calculate a JobNumber property for my list (I use the ID value and add it to a seed value to generate a unique Job Number in my List). I then use this JobNumber property to upload a number of documents to a SharePoint Document Library (I create a subfolder for each Job and upload a number of controlled documents).
Does anyone know how I can 'Save' the new List record and stay in the Power Apps form ?