I have a menu based on a dataverse table...
im using a switch function for OnSelect Property
i want to store The Onselect Comand for each record in the dataverse and just want to use that column for the OnSelect Property
For Example:
OnSelect: ThisItem.OnSelectCommand
so i can save the comands for the item in its table instead of using a Switch Function.
Thanks