Dear All,
Here is the scenario:
I have created a table called Department in an environment named "envsimar" (environment type:Developer) with field: DeptID (Autonumber, Autonumber type: String Prefixed number, Prefix: D, Minimum number of digits: 2, Seed value: 10); Example -> DeptID will be stored as D-10, D-11, D-12 .... also it is the primary column for the Department table.
When I am trying to transfer the data from "envsimar" environment to another environment named "clientenv", I have to reset the seed value again for the DeptID. Although the data is transferred properly, I have to again configure the seed value accordingly. Is this the default behaviour of power apps or can I do some settings/configuration so that it takes the same seed value as that from the "envsimar" environment? If yes, please provide the steps/references.
Thank you in advance!!!