I have a screen that has Data Table columns with names(hyperlinked), once I select the name it should navigate to a different screen where a searhbox is placed. and it should copy the selected name in the searchbox. i dont know who to input the function
The function that I have entered is
OnSelect - Navigate(ScreenStaffDetials,ScreenTransition.None);Copy(BoxSearch.Text) .
I am getting an error on the red text.
Please assist.