Hi,
I am making a procedure portal for my organisation where one can select Procedure name from Gallery table and based on selection, that particular procedure screen should open.
First I tried to do it via Data table and add hyperlink to that table to navigate to new screen but problem is I can't increase data table row height and can't wrap text due to which procedure name is not properly visible.
Please help in this regard. How can it be done. I am pretty new to Powerapps.
Regards
Aman
put a button in the gallery and set its onselect to
Switch(ThisItem.<Title or whatever name of most unique column is in this dataset>,
"First Value it could be", Navigate(<Screen name it should go to>),
"second Value it could be", Navigate(<Screen name it should go to>),
"third Value it could be", Navigate(<Screen name it should go to>),
"Fourht Value it could be", Navigate(<Screen name it should go to>),
Navigate(<Screen name it should go to if all else is false>))
WarrenBelz
298
Most Valuable Professional
MS.Ragavendar
174
stampcoin
130