
Hello,
I have a Powerapp I am building. I want to be able to match one field (RouteShipment) from a datasource (Table1_1) and when a search matches, be able to autopopulate fields in a separate form.
The app has three forms- Form 1- which links to Table1_1 with the necessary data and Form 2 and 3, which is an edit form will fillable text inputs but is linked to a different data source (Table1).
Currently I have a separate screen for Form 1 which links to table 1_1 and would like to copy the text inputs of the resulting search to Form 2 and 3 (with the text inputs) based on the results. Is this even possible in PowerApps? Many thanks!
Yes...
I assume the data source is connected to a GAllery to display the items
Add a button to with the onSelect Property before, Select(Parent); Navigate (Screen)
On the Edit form Item property, the PowerFx will be Gallery.Selected (The Name of the gallery from the previous page)