I’ve got an RSS to Webflow CMS scenario going. I thought I had figured everything out and had a scenario that was creating new items when they don’t exsist and updating items if they do exist.
The problem I’ve run into is that the update says it’s successful and the output data is the correct updated data coming from the RSS feed however the update module just repeatedly updates a single item from the CMS. I can see from the outputs of each update that the slug comging from Webflow is always the exact same slug and if I stop the scenario before it’s finished it will leave the last item in the CMS updated as the last item that was run through the scenario from the RSS.
I must be doing something wrong at the ‘update a CMS item’ module because the outputs are correct but it only updates the last item in the collection meaning that each output is just overwriting the previous output.
Thanks in advance.