Group and ungroup objects in dynamo after a certain task

I have a script which groups and moves text in a view, I want to ungroup the texts after it is moved in the same graph.

Use “{waitfor,pass}[1]” trick

waitfor is the data that is waited upon, and pass is the data that is passed once both data values have been received.

2 Likes

Thnx, i used a similar one called pass thru from clockwork