Hello everyone.
I’m trying to create a link between shopify and a billing software.
When I’m retrieving the data from the articles included in the shopify order I have to check if the article exist in my billing software, and create it if it doesn’t exists.
When I’m checking for an article, if it exist I get an articleID, and if it doesn’t I create it and get the articleID.
In order to check for every articles of the order I first calculated the number of articles in the order using zapier code. And then create a loop to check/create each articles.
Now I want to store the result I get from each iteration of the loop and store them in a lime_item.
So I’d like something like that Articledid :t“12345”,”31235”,”747546”].
Any idea?