Remove all dynamic components

In my app I believe several dynamic components, arrangement, label, textbox with custom indexes, in a certain event I have to delete them all, but when I use the “remove all” function of the “dynamic component” component it doesn’t delete them all, if I run more than you want “remove all” continues to delete them, but as if deleting them one at a time.
Maybe I’m wrong using the function?

Show your Blocks

Most probably you are using an old version of the extension cause I believe RemoveAll block was removed due to its errors. Now you can use this block

image

1 Like

Ok thanks, I try to update it. I know that function, but I wanted to avoid passing it all the ids.

1 Like

Use a for-each loop for that.
image

7 Likes

I don’t show my blocks because I have updated the component and actually as @dora_paz says the “remove all” function has been suppressed, too bad.
I have to opt for a different solution.
Thank you

3 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.