# Device Info (Device Type)

**URL:** https://community.glideapps.com/t/device-info-device-type/73723
**Category:** Ask for Help
**Created:** [May 28, 2024, 8:54pm UTC](https://community.glideapps.com/t/device-info-device-type/73723 "2024-05-28T20:54:57Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![Okoh\_Peter](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/okoh_peter/32/71171_2.png) [@Okoh\_Peter](https://community.glideapps.com/u/Okoh_Peter)
#### Post date: [May 28, 2024, 8:54pm UTC](https://community.glideapps.com/t/device-info-device-type/73723/1 "2024-05-28T20:54:57Z")

</div>

I used different laptops, an Android device, and an iPhone to log in, but the information provided by Glide is incorrect. The device type, browser name, and device brand all display the same information, despite logging in from multiple devices and different user accounts.

Why is this information Glide is providing me on Device Info inaccurate?

 ![Capture](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/7/d/7d84fad5d5e9ef5c63fe3b93472e881f593eb534.png)

---

<div class="post-metadata">

### Author: ![nathanaelb](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/nathanaelb/32/43079_2.png) [@nathanaelb](https://community.glideapps.com/u/nathanaelb)
#### Post date: [May 28, 2024, 9:51pm UTC](https://community.glideapps.com/t/device-info-device-type/73723/2 "2024-05-28T21:51:48Z")

</div>

1. If you use a computed column, in each row of the column you will see the information for the _current user_.

2. If you use an action, you can write the device information per user, more granularly, to a basic column. You would do this for instance in the Users table.

I think the approach you are looking for is approach 2.

---

<div class="post-metadata">

### Author: ![Okoh\_Peter](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/okoh_peter/32/71171_2.png) [@Okoh\_Peter](https://community.glideapps.com/u/Okoh_Peter)
#### Post date: [May 28, 2024, 10:17pm UTC](https://community.glideapps.com/t/device-info-device-type/73723/3 "2024-05-28T22:17:03Z")

</div>

I’m quite confused, please give a more detailed explanation to enable me understanding this, or perhaps if there are images or videos you could use as examples that could help

---

<div class="post-metadata">

### Author: ![nathanaelb](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/nathanaelb/32/43079_2.png) [@nathanaelb](https://community.glideapps.com/u/nathanaelb)
#### Post date: [May 28, 2024, 10:31pm UTC](https://community.glideapps.com/t/device-info-device-type/73723/4 "2024-05-28T22:31:58Z")

</div>

The device info integration can be used in 2 ways to gather device information and populate a table:

1. Via a computed column in the Data Editor: you configure the device info integration inside the computed column, this is what you did. In this case, device info will be repeated down the entire column from top to bottom, and the device information that is gathered will be the device information of the user looking at the screen.

2. Via an action you can set up in the Action Editor and that the user will trigger in the Layout Editor. You set up a button component in the Layout Editor, a button click triggers the device info integration, the action writes to a basic text column and to the active row the information gathered.

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [May 28, 2024, 11:31pm UTC](https://community.glideapps.com/t/device-info-device-type/73723/5 "2024-05-28T23:31:31Z")

</div>

> [@nathanaelb](#):
>
> and the device information that is gathered will be the device information of the user looking at the screen.

This is the important part that @Okoh_Peter is missing. It shows only the info for the user currently using the app, in this case, you, with the device you’re using to view the builder environment.

If your intention is to record each user’s device info separately, then Nathanael’s 2nd method above would work, but I haven’t had a use case like that. I only use those for visibility conditions and I only need the info of the logged in user, not multiple users at once.

---

<div class="post-metadata">

### Author: ![Okoh\_Peter](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/okoh_peter/32/71171_2.png) [@Okoh\_Peter](https://community.glideapps.com/u/Okoh_Peter)
#### Post date: [May 29, 2024, 9:21am UTC](https://community.glideapps.com/t/device-info-device-type/73723/6 "2024-05-29T09:21:36Z")

</div>

> [@ThinhDinh](#):
>
> then Nathanael’s 2nd

I tried the second option @nathanaelb recommended. I submitted a form twice on Glide using my phone, but the device type carried different inputs despite being done on the same phone. Additionally, the device brand, device name, and width fields did not bring out any information.  
Here is a screenshot to help you understand

 ![Device Info Button](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/2/6/26858d125c2a7ebd8c460386383b390ab779e6aa.png)

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [May 29, 2024, 12:00pm UTC](https://community.glideapps.com/t/device-info-device-type/73723/7 "2024-05-29T12:00:51Z")

</div>

Show us how you are configuring the action. Seems like you have selected to write a unique ID to to Device type column. Not sure why. I want to see what you have chosen to write into each of those columns.
