Device ID tracking

How can I track device ID for every new entry?

0 4 1,145
4 REPLIES 4

What Iโ€™ve done in the past is to make use of the user settings feature, creating a field inside there that has an initial value formula of UNIQUEID().

youโ€™ll need to show at least one column in the user settings panel in order for this value to be calculated, what Iโ€™ve done is to show the first column in the user settings panel, this is the show header, if you show that and hide The device ID it still gets calculated but users canโ€™t see or change it.

Then whenever you need the ID, you just call the device ID with a formula:
Usersettings(Device ID)

Hello and thank you for posting this idea a few months back. I configured USERSETTINGS() as you mentioned above but find the device id (usersetting) changes each time I login in the app editor. Iโ€™m monitoring the device_id in the Settings. Are different device ids generated each time on computer and mobile devices or is there truly a single device id (UNIQUEID) per device?

I have an action that creates a record if the device id is not already in the table. Here is the first id generated upon login but below id e6ae91df are incremental records being generated



Thanks so much

When the app-preview in the editor initiates, it generates a new code - but if youโ€™re using the app on a device (or browser) it generates one code and keeps that one.

I think if you clear the cache on the device it will cause the ID to regenerate though, but Iโ€™m not sure. Someone from AppSheet would know better.

Got it. Thanks so much!

Top Labels in this Space