“View As…”
I am not sure if this is something that is already available, but, when I am developing an App, with several users, I need several different views to stop people seeing certain data. This is fine, I can use Show_If, I can use slices and different views.
What makes it difficult is seeing the effects of all these views AS SEEN BY THE USER. I suppose I could add the user to the USERS list, but then it would invite them, and the App is not ready. I could change all my formulae to match my email, but that would be time-consuming, and if I forgot one, would probably wreck the App.
If you look on Facebook, it is possible to view your page as if you were one of your friends, or just someone in the general public.
Is this sort of thing available? Or possible?
It could take the form of
SHOW_APP_AS(USERNAME(),“GreenGorillasolutions.barnsley@gmail.com”) to show the app as if you were Green Gorilla…
Or, just a setting in the UX to enter the Username you want to view as?
Any ideas?