What are you trying to achieve?
Hello, I am trying to create and run a scenario to download old dead links from my shopify website’s blog posts, but i am receiving some initialization errors along with other errors that state “Invalid reference in parameter ‘id’ of module ‘shopify:GetArticle’: Variable ‘1.link’ references not existing module ‘1’.”
I am new to this and just want to export those links into an excel file, then potentially run another scenario to replace those in all the appropriate blog posts and import them back to the site. I have 70+ posts so it would be very tedious to do this on my own. Can someone help me figure out the correct code or scenario workflow for this? Thanks!
Steps taken so far
I have already tried to create a search article scenario, but it has not worked with anything i have tried.
Here is my article ID: {{if(contains(1.link; “https://www.thermoworks.com”) | contains(1.link; “https://amzn.to”) | contains(1.link; “HOOKSRUB”); addRows(4; { + “link” + : + 1.link}); null)}}
Not even sure if this will work. I used the Ai tool to create this article ID.