Hello,
I need help with conditional formatting according to a selection.
I want the button to display a popup or launch a link according to selection inside a gallery.
The gallery is filtered by 3 selections. Some options will have the option to book a kit, the other 3 options will not.
Any ideas?
Thanks
Thanks. I figure out after posting here 🙂
Hi @nattt7 ,
You simply need a field in the selected item to be of the value you need - Gallery OnSelect
If(
ThisItem.FieldName = RequiredValue,
DoWhatever
)
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Visit my blog Practical Power Apps