Hi ,
I'm facing issue in sorting the autonumber field(Dataverse Table) in canvas app Modern table control.
The Autonumber field doesn't contain any prefix and the string sequence is from 1
and i have added multiple records in Table and each record has generated an ID(Autonumber)
when i try to sort this in canvas app the sequence is not as expected (not proper sorting).
Same when i have records which autonumber field starts with 1000 its(sorting) working fine.
My requirement is to have the ID from 1 not with 1000 or any other number.
please help in solving this issue