Good morning, I am not finding the solution myself; may be better served turning to you guys!
I have an app with two screens. MainScreen is essentially a map image with transparent buttons laying over top the mall logos and when clicked, it populates labelText via UpdateContext. This will be used to display the Mall property's address and phone number:

You will see there is a blue "View Property Team" button which navigates to my second screen. On the second screen, I would like to display the team members who reside at that particular mall property. It should be displaying based on which Mall logo the user clicked from the MainScreen:

Finally, by clicking the blue "Go Back" button, that should reset the label text on the second screen. How can we approach this?
As always, thank you in advance,
Morghan