Help Needed grabbing multiple links and sending to services

I am looking to create a shortcut that would run several times per day in the background if possible

I want it to
Get new items from an RSS feed
Send the items one at a time to Raindrop.io using their API
Send the items one at a time to Goodlinks

I am trying to learn Shortcuts but have no “programming” experience so am a bit lost. When I have tried this I get all links sent in one “lump”

I prefer not to use IFTTT/Zapier for this

Thanks in advance

Stephen

(iOS 14 automation) Automation to run at time of day and turn off the ask before running, use the get items from RSS and then “repeat with each” action to send where you want with api

something like this

https://www.icloud.com/shortcuts/5b2bf2d6ce3549cba6d5fbadd6a19d11

and then you have the automation set to run at particular time and then " run shortcut" and choose the shortcut you create

When I do this it is creating a single item in Raindop with the title “https://www.apple.com/uk/newsroom/2020/09/apple-marina-bay-sands-opens-thursday-in-singapore/https://www.apple.com/uk/newsroom/2020/09/apple-expands-renewable-energy-footprint-in-europe/https://www.apple.com/uk/newsroom/2020/09/sowing-new-seeds-dallas-science-teacher-brings-students-closer-to-nature-with-ipad/https://www.apple.com/uk/newsroom/2020/09/ios-app-economy-creates-300000-new-us-jobs-as-developers-adapt-during-pandemic/https://www.apple.com/uk/newsroom/2020/08/how-one-teacher-is-preparing-for-a-year-like-no-other-with-support-from-apple/https://www.apple.com/uk/newsroom/2020/08/final-cut-pro-x-updated-with-significant-workflow-improvements/https://www.apple.com/uk/newsroom/2020/08/apple-announces-apple-music-radio/https://www.apple.com/uk/newsroom/2020/08/phil-schiller-advances-to-apple-fellow/https://www.apple.com/uk/newsroom/2020/08/27-inch-imac-gets-a-major-update/https://www.apple.com/uk/newsroom/2020/08/oprah-winfrey-names-caste-the-origins-of-our-discontents-her-most-important-book-club-selection-ever

instead of splitting into multiple links

If you share a link to your shortcut, I’m sure someone will be able to identify the cause, but as it stands, it is apparent that you are processing the results as one block rather than separately.