However, the only sheet with that new name is the one the module is creating, so is it looping back on itself or something? It then leaves a “copy of…” sheet in there plus the correctly named sheet.
I tried that as well with the same error in the “rename sheet” module. I don’t understand why it outputs two different sheets when I ask it to make a copy of a sheet
After much trial and error, it was the “list sheets” before the “copy sheets” that caused the problem. I instead registered the sheet id in Airtable every time a new sheet was created so that I could pick it up and use it as a control. now it works.
Every result (item/record) from a list/search/match module will output a bundle. To “combine” them into a single structure, you’ll need to use an aggregator of some sort.
Aggregators are modules that accumulate multiple bundles into one single bundle. An example of a commonly-used aggregator module is the Array aggregator module.
If you don’t aggregate multiple bundles, you’ll find that future modules down the line will run that many times each.
In future, please provide screenshots of your entire scenario for us to better assist you.