Dynamically making app user interface

When I dynamically create a button in blocks how do I tell in blocks when the button is clicked command

1 Like

Use Any button clicked event and then check if the component is equals to the created button.

3 Likes