I want to use create service for my collection with name address contact etc fields and I want to update the ID field for my new row automatically i.e. 43 if my last row ID is 42.
Any help would be appreciated. Thanks.
I want to use create service for my collection with name address contact etc fields and I want to update the ID field for my new row automatically i.e. 43 if my last row ID is 42.
Any help would be appreciated. Thanks.
Hello Tooba,
Unfortunately, there is no built-in capability of doing this. You should implement this by yourself.