Hi Cristhian,
For this what you can do is, you can add another attribute of autonumber in your entity,
While creating a new object, you can retrieve the object of the highest autonumber ( that will be the latest created record). And you can use it to get the number you want to have in your new object.
Let me know, if you have any issues,
Hope it helps!
"Hi Cristhian,
Yes, you can achieve it with the following steps:
IsReset
.IsReset
boolean to true. Based on this boolean, you can reset your count attribute in the counter entity when you add new data to that entity."