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

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

