The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I have created a custom connector and its working perfectly fine when used in the items function of a gallery but now I also want it to run with a different parameter on the on select function of the gallery so it shows different data when any of the item from the gallery is clicked.
Any help will be much appreciated !
What if you place in your gallery an Icon or Button and place a formular OnSelect something like
YourCustomConnector.YourAction(ThisItem.Name)
I set ThisItem.Name but you could pass any property regarding the item
Regards.