Hi community, I'm currently creating a power app with 4 screens. Three of them are forms which uses data from 3 different SharePoint lists.
Another one contains vertical gallery which will displays all the user input record and here user can create/edit/delete their record. This gallery also uses different SharePoint list which keeps user transactions.
Each record in all 4 SharePoints relate to a column called processID.
Until this step, I have a question regarding how to retrieve and display the data when user click on edit(pencil) button on the gallery screen. The user input data needed to be show in the text input of every forms.
If not using function Lookup() or Filter(), is there any other ways to display data to the form control. Or if using these functions is the only way to display data in the forms