How to Delete All Dynamically Created Button

I’m having trouble deleting dynamically created buttons all at once — how can I do that?

Hi dear,

You didn’t specify how you’re creating them, whether with the native component or with an extension.

Dynamic components Extension

blocks(6)

Native component


If you have other dynamic components besides the buttons, you’ll need to add a condition that filters the button id.
(name them Button_XXX and then filter by checking whether they contain “Button_”).

1 Like

Thank you bro