When I create a password to my login screen, the action set the value in a text entry (user-specific) to the user’s “Password” column (sheet column) based on a relation.
I created a compound action to see all the possibilities and create when the user doesn’t have a password.
But, when I try it in my phone, the value doen’t go to the sheet column… only when I do this process by glide editor.
I have the same problem. Set Columns through Relation doesn’t work from mobile right AFTER the app opened. However, if I try to do all the process again, it all works. Tested on different screens, using different sheets and values (I have quite a bit complex logic in my app).
I’ve seen this. I have a sequence that does a Set Columns through a Single Relation, followed by a Navigate to Tab. The first time I try it the Set Columns fails, but all subsequent attempts (from the same user) will succeed. @SantiagoPerez sound familiar?