
Announcements
Hi all, I have too many screens in my one powerapp.
I'm filling two different forms and I need to carry these values third form. Same column names exist in the third form.
Because I'm new on powerapps, I couldn't find a solution. I have researched but actually I couldn't understand the solution proposals.
Thanks for your help.
I suggest you rather insert a Gallery, then in the Items property of the Gallery put the same datasource which is on the form.
Then in the item property of the third form, put: GalleryName.Selected
Another Approach:
On the Item property of the Third form put: Form1.Updates
Where form1 is the name of the first or second form
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.