Hello Power Apps Community,
Can you help please? I'm dreadful with variables, and need some assistance. This may get confusing.
In a nutshell I want to pass a record in a gallery to a form, but... I already pass a record from another gallery into that form.
Here's the long explanation.
I have a screen Screen Search Employee which has a gallery galEmployee.
For the OnSelect property of galEmployee I have the below formula.
So this passes the record of the selected Employee record in the Employee gallery galEmployee by using the global variable gblEmployee to the screen Screen Edit Employee, which holds a form called frmEditEmployee.
This is working perfectly. So I click an Employee record in the Employee gallery and on the other screen then details of that employee show on the form.
My request
I have another screen Screen Edit Company that has a form, which shows a Company record.
The Company table is the parent of the Employee table.
So 1 Company record can have many Employee records.
On this screen Screen Edit Company beneath the Company form I show all the related Employee records in a gallery galCompanyEmployee.
When a user clicks on a specific Employee record in the gallery, I pass them again to the Screen Edit Employee which holds the form called frmEditEmployee. So, the same as above.
I use this formula in the OnSelect property of a record in the gallery galCompanyEmployee:
Hello @VijayTailor,
This worked perfectly. I didn't release I had to set the variable on both galleries. I've learnt something today!
Thanks very much,
Garry
Hi @GarryPope ,
Yes, You can set the Same variable in Both galleries, but if Gallary has the same source then you can use the Same form but both data sources are different then you need to use different from based on condition.
Like - Source 1 - ID,Name column
and Source 2- also have the Same Column then you can use the Same form.
but if Source 1 - Have ID,Name column
and Source 2 - have ID, Name,Other FIeld then you need to use different form.
Hello @VijayTailor
Thanks so much for the swift reply. So I can set the same variable in both my galleries and pass them to a single form?
Thanks very much,
Garry
Hi @GarryPope ,
You can use the variable you declared already.
set this variable into the Items Property if you are using the Same source where your variable updated.
See the reference below - (Note - you can use global variable anywhere in the App.
Thanks,
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."-Vijay
WarrenBelz
146,651
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,999
Most Valuable Professional