Thanks @v-yutliu-msft
The Sp List settings solutions looks good and accepeted as well, but the first is still not clear, i know that as you said Sharepoint has its unique ID filed, but that is not reset to 1 if the records are empty or null, this always keeps on Increasing even if recordsa re created, deleted or updated, which is why im using the cutsomerID column which is custom generated column.
now the thing and issue here is, when the user logs in with different account, the customerID is generated as 1 if he is first time user, where as in the List there are already 4 records, which in result then should be 5, then 6 and so on, where as it is not.
the cutomerID column in my power apps, generates the new ID for every new user/customer.
Say im one User if i submit form that will be 1, then 2, and 3 and 4 and so on,
now say you are second user,
even then the app generates the new ID which will be 1, and when you submit next time will be 2, and 3 and 4 and so on,
where as the result here should be,
1, 2, 3 , 4 , 5 ,6 no matter what, or how many users comes and go,
also if they suppose updates 1 then id should be not changed, it should remain 1 the data can be changed.
hope you got the thing now.
have any solutions to this?