- I am looping through a set of Tags in my zap.
- I’m using loop bc I need to search if the Tag is in my Google Sheet.
- If it is Found, I just grab the ID update the Post.
- If it Not Found, I create one using WP API, then Update Post.
This is the beginning of Zap (I had a problem with the Line-Item search and discovered Looping)
It seems while Looping through the Tags and Updating the Tag, it removes the previous Tag that was added and insert the most current Looped one.
Is there a way to save all that were looped and add them at once; it would need to include the Tags Found and the Tags just Created.
THanks!