I need to get the value of the text field, which is the parent screen in the ListDetails screen.
The parent screen gives me a list of users, and the child (details) screen gives me a list of permissions associated with this user. When I add a new permission, I need the userId field (on a new screen) to have the userId of the current user.
source
share