Been working at this for a bit and think I’ve headed in the right direction but not quite there yet.
I’m trying to take an RSS element which is a list of image urls and split it into seperate elements so that I can import those elements into their own fields in a Webflow CMS for a client.
I’ve been able to use the text parser to extract each instance of the URL from an RSS item but am now stuck in figuring out how to take those outputs and place them into seperate CMS fields in my Webflow module. I thought using the iterator would be the correct option but what I am currently gettting when I run a single item from the RSS through this scenario is the creation of 5 seperate CMS items which each have one of the image urls duplicated 5 times across the seperate image fields.
Can anyone tell me what I’m missing here?
Thanks in advance.