I have a list with a custom filter.
With the preview, it looks like the list appears without the custom filter during few milliseconds and then the list appears with the custom filter.
Based on my experience that when opening the app it takes like 1 second to load the logged in user data. I added a visibility condition to the list after grouping the list as Logged in user’s > email > is not equal > to empty and then I added a text component that display the logged in user email and then once I preview both are displaying together!
@Flawless
Yes it will be cleaner with relationship.
But I am a newbie ann I don’t know how to give the user a module when he signups.
The user has 3 different “parcours” and I want for each “parcours” a relationship with one module.
For example, for every new user, I want:
Parcours 1 - module 1
Parcours 2 - module 2
Parcours 3 - module 3
How to do that.
An update during the signup screen when he clicks the button signup (s’inscrire in french).
Is it dirty/risky with the same button to signup and to update at the same time ?