Hey coders,
I am using dynamic components extension in my project
and i am creating status app with 3 dynaminc buttons, 1. like, 2.download, and 3. share
but there is only one block and that is - When Any Button Click
But I dont Know how to find that which button was clicked
While creating a button u should give it a unique ID
For example id of like button may be given using join text button
See here Id = like (number) here number represents your local/global variable showing loop run
And for download button u have id = download (number)
And whem any button clicked u can check
If component contains like (using contains text block from text blocks) if it contains like then exchte respective commands… Or if it contains download then execute download commands
Also u can find its block examples in Dynamic components extension thread… But i recommend u to try yourself and learn