In my model, Actions (Table 3) are assigned to Events (Table 2), which are assigned to Suppliers (Table 1).
I have a HomeScreen in my app with a gallery for users to select actions in their name.
I also have an EventScreen (selected via HomeScreen) where a user can view actions, regardless of ownership, assigned to the selected event.
I have a variable which is set OnVisible of HomeScreen:
Set(varScreenSelected,0)and of EventScreen:
Set(varScreenSelected,1)
The OnSelect property for both galleries is:
Navigate(ActionScreen)
The Item property for the ActionForm is:
If(varScreenSelected=0,HomeActionGallery.Selected,EventActionGallery.Selected)
My problem is:
When I view an action via the gallery in the HomeScreen, the ActionDescription field does not populate or returns '[object Object]' (this happens rarely). However, when I view an action via the gallery in the EventScreen, the ActionDescription field always populates with the correct text.
I am at a loss here and have tested all of my variables in case they had something to do with it but no.
I feel like I may be missing something blatantly obvious.

Report
All responses (
Answers (