I have an order page where the form adds the User’s ROW_ID to the order, everything was working great but things get weird when I test with other users or try it on different platforms like my phone instead of mobile_view on desktop.
Sometimes it would add the ROWID then not add it when it’s the same user
Can you show how the RowID gets added?
Is it used with the form as a column value, or is it part of an on submit action?
I assume that your User Profiles are correctly set up, and you’re correctly selecting the value from the user profile row?
If you are using a form, you can add a user profile column component to the form itself. Personally I don’t like using ‘On Submit’ for anything if I don’t have to.
This is a really good idea, and worked for a lot of the users, except for one of them (so far). When I submit the form under “John” it takes the ROWID from another user and uses that data, but none of the other users that i’ve tested does that (so far)
It seems like the issues is with that one user “John”. When I create an order with him it doesn’t work randomly, for some reason it’s taking the ROWID from another user, i’ll screenshot the other user’s info here:
But there are required fields within the Form, so prior to the action there necessarily would need to be a row created by the user - not sure why it wouldn’t populate.
I don’t think it works like that. The form’s “add row” action fires and right after that the “set column” on-submit action fires, there’s no guarantee that the row is there in time for the set column action to work with. We have seen this behaviour reported many times.