I've created a component in my app that is a message box with Yes/No options. I've then added custom properties to set the Title, Message, and actions for each of the clicks (set to Property type Event).
This works a treat when setting each of the values to a variable on my canvas and I can pop up the message with a custom title and message but I want to be able to set the actions to a variable as well - how can I add an action to a variable eg set a variable to "Set(varMessageBoxVisible, false)" and then use that variable for the OnSelect action of the button.
Not sure I've worded this the best way possible! 😃