I’m trying to use the following flow to create multiple tags on WordPress.
What’s the function I should put here so WordPress creates all tags:
I’ve tried different combinations of iterators, aggregators, and set variables, and until now, I can create all tags only if I have a Create a Tag module for each tag (consuming a lot of operations). However, I know there must be a way to use only one module to create all tags.