Save searched value to text box

0
I have a text field and search button next to it. Search button opens search page which has the same entity as source as the one for text field.   I want to connect the search icon and text box such that the name selectd in search shuld get saved to search box. I cannot use reference selector as the object is independent.   So ex: its teacher names, i search for teacher name and whatever name i search and select gets saved to the text box.
asked
2 answers
0

When you select (click) on the teacher name, you have to change  (using a microflow) the value of the search box attribute to the teacher name selected

answered
0

Could you post some screenshots of your Domain Model and the pages?

answered