Multiple operations in one script?

I’ve seen this topic similarly and unsuccessfully being discussed on forums but I am wondering if there is a way now.

I am combining 3 scripts:

Sheet duplicator
Sheet rename
Script to rename views in the sheets

But I run into issue of operation order. I cannot use passthrough nodes to signal category selector or all view selection nodes when to start. So after the script is done the duplication has created sheets with “PPP” prefix but neither categories nor views nodes output them as part of the list unless you run the script twice since they retrieved the list before the script was done duplicating sheets.

Hi @1bitBoolean,

Maybe something like this?

1 Like

Works for sheets actually, won’t work for BK but I can dissasemble the custom node and slap passthrough in it. Thanks for help!