Simple question: inside a profile page, there are questions to flag that are saved in the user. The problem is that when I re-enter the profile, the flags disappear. Why?
Are you toggling a true/false condition on the User record, for each question?
yes ![]()
Ah
could you upload screenshots of the action used to change the toggle value? Might give some further insights. No actions set on a screen load to reset the value?
i create a video here
![]()
Thanks for the information. It appears that you’re attempting to set the True value via an update action on the User record, however I believe that you simply need to select the “What does this toggle?” option. See screenshot. You wouldn’t need to include the action to update the value to True, as the toggle would handle that.
Hello!
This issue could be due to several reasons: session management problems causing flags to reset upon re-entering the profile, database save issues leading to flags not being properly stored, frontend caching issues displaying old data instead of updated data, or backend logic problems where flags aren’t correctly retrieved when reloading the profile. Double-checking these areas should help pinpoint and resolve the issue. Let me know if you need more details on any of these possibilities.
You’re right. Now it works perfectly. Thank you so much
![]()
Glad to hear it! Would you be so kind as to mark it as the solution on this thread? Thank you ![]()
