Hi, I have a question with PowerApps and I hope you can help me with it.
So, I created an app that have a Gallery (Gallery1), that gallery have a text field (Txtfield1). On the same app page I have another text field (fieldX) outside the gallery that I want to have the text value from the Gallery1 - Txtfield1. At this point when I do search in the gallery, the text is populating from Txtfield1 to fieldX, BUT ONLY when I click on the Gallery, not automatically. is there a trick for that?
Note: the gallery data source is a SharePoint list (SPList) and the column data is column1. The Text for the fieldX is Txtfield1. I tried Lookup function but no luck.
Thank you for your help.