Hello, I’m having a lot of trouble figuring out how loopWhile works.
The attached script is trying to duplicate a schedule view for each name in a list of names. The duplicated schedule gets the name from that list, and a filter filtering by the name in the list. When I fiddle with this script it either works for just the first name and doesn’t duplicate any more schedule views, or it will duplicate 3 schedule views (when my list of names is larger than 3) but not apply the right name or filter.
I feel completely stuck at what to try and get this working.