Hello All,
I would like to accomplish the following;
When I press the button 'Windows' or 'Mac'; it needs to switch to the corresponding page (which it's does at the moment) & it should set 'Windows' or 'Mac' in the Operating System TEXT INPUT field. The Operating System TEXT INPUT field is part of a SharePoint List.
The Operating System TEXT INPUT field is not added onto the first/source screen; but onto the target screen (called Windows_s)
The 'Windows'-button is currently set as,
OnSelect = Navigate(Windows_s, Fade)
The 'Mac'-button is currently set as,
OnSelect = Navigate(Mac_s, Fade)
I'm guessing, and tried, to modify the OnSelect of the buttons so it changes & set the Operating System TEXT INPUT field but nothing worked so far. Does anyone knows the answer to my question? Thank you very much.