Description
On development panel all work fine, but in mobile (all users on Android (Chrom)) - all not work.
There are a option of filtering data in compare user ID to same ID in other sheet.
During find out where is the problem - i put to show what is user ID and than check it in base.
same user login in in development panel and mobile show different ID. in development - it’s right, in mobile it’s something that not exist in all data base. not User list, not in any else.
so, “user ID” on mobile not same that in row and data not shown.
please fix a bug.
it’s appear about 3 week ago, then after a week it was OK, and then again crashed.
I tried to use AI to rewrite your post so it reads easier.
"I’m experiencing an issue with our application. On the development panel, everything works as expected. However, on mobile devices (specifically Android using Chrome), nothing is working as intended.
The issue seems to be related to a data filtering option that compares the user ID to the same ID in another sheet. When I investigated the problem, I discovered that the user ID displayed on the mobile device is different from the actual ID in our database.
To troubleshoot, I added a feature to display the user ID on the mobile device and compared it to the ID in our database. I found that the same user logging in on the development panel and mobile device shows different IDs. The ID on the development panel is correct, but the ID on the mobile device is not recognized in our database, including the user list.
As a result, the data is not being displayed correctly on mobile devices because the user ID is not matching. I would appreciate it if you could help fix this bug. This issue started about three weeks ago, was resolved for a week, and then reoccurred."
Based on that, can you show some screenshots? Do you set up row owners/roles?
I’m using a “Rich text” feature that displays data, specifically the user’s row ID. However, the ID it shows doesn’t actually exist in the database.
Even if a row owner was assigned, it should display the ID of the currently logged-in user, but it’s not doing that.
Additionally, when I view this on my mobile device, the ID shown keeps changing. For example, the ID I see now is different from the one I saw in a previous screenshot.
The weird thing is that the ID in the user data sheet hasn’t changed - it’s only the displayed ID that’s changing."
It’s a weird behaviour. Can you show us your filter on the tab level that you mentioned here?
in case of showing right the Name and e-mail - i can make a decision that problem in database structure: ROW ID taken from other column that it should be. not from original DB. and this column is dynamic.
Hi, Andrey!
I would suggest that you avoid using anonymous email addresses. In fact, when you use anonymous addresses, the system may behave in a strange way, possibly trying to anonymize the user’s Row id as well.
You wrote that the email collection option is enabled, but the video shows anonymous emails.
The new free plan allows users to collect E-mail addresses and use a Row ID.
It’s legacy free. option enabled at the start using.
i’m not remember was e-mails anonymous or not…
suspect, that they become anonymous: first row contain real e-mail. all active become anonymous. strange.
if replace anonymous e-mails by real in db - could it work?
I tried a new free app and didn’t try the legacy one.
Even after deleting the user’s entry and adding a new one, the issue persisted (after the “anonymous” option was enabled and then disabled).
If you disable the option for anonymous emails and transfer the application to another team, things should work as intended.
Before transferring, please ensure that all emails are real.
i guess it’s a good try to avoid this bug for a while.
but harder, and not necessary in my case.
i don’t have grow in users. so just one copy of real ID to text column, and reconnect all compare to this column instead off ROW ID - solve the problem.