Hello, I am experiencing an issue with toggles on one of my app screens (the toggles work on other screens in my app). I can’t have the toggle work on properties for Logged In User. I keeps toggling things for Current User instead. See here.
When I select the Toggle to edit its actions, I can see this:
I click the “What does this toggle?” dropdown which reveals this:
I want it to toggle a property for Logged In User so I select the property from the list there:
But it still toggles Logged In User > Current User > [property] instead of
Logged In User > Logged In User > [property]
This was working yesterday but now it’s not working anymore. Any ideas?