Hi All
I am having a simple issue with my Gallery/Patch
When i Patch and click button!
I use a person lookup field
ComboBox5
I then 1 textinput field based on the selected value
TextInput.Text5 = ComboBox3.Selected.Email
Then 2 more fields are connected to the Users connector
TextInput.Text6 =Office365Users.UserProfileV2(TextInput5.Text).mobilePhone
TextInput.Text7 =Office365Users.UserProfileV2(TextInput5.Text).jobTitle
which get patched but after patch the Textinputs are till populated with the last selected information even when i us navgate from a success screen with Navigate(Screen1_1,ScreenTransition.UnCover);Reset(search);Reset(Gallery1) on a button
i then do a new search and the fields are populated with the previous data
None of my textinput fields clear only the person lookup
Thanks
Gary