Hi. This must be a silly question but I cant find the answer. I
m making an app where you can add some buttons by clicking in another button, one each time you click. This buttons are created with dynamic components.
I know how to delete all of them but I can’t find the way to delete only one by clicking in it. I don’t know how to identify this particular button so I can use the remove by id block.
How can this be done?
Thanks in advance!
You can use this block
extension:
1 Like
Use any button click
event, from there you will get Component. Using that get the id
And use remove id
block that will remove the component.
2 Likes
Thanks! I was triying “get component id” block.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.