Forum Discussion

Syndicate_Admin's avatar
Syndicate_Admin
Icon for Administrator rankAdministrator
4 years ago

How to call a custom connector on a gallery onSelect function in PowerApps

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 !

1 Reply

  • 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.