Hey Sam,
Thank you for explaining. Makes sense.
In the meantime, I found a solution.
I added in the HTTP model and in the match pattern I added REGEX tags. after this it gave me a good result.
To solve the bundle problem I added in an Array for the value only. This way I filter only a response that has an actual keyword match. After that, I put in an iterator so I could grab the value, link of the referral and the article text from the grey area. Since chatgpt wouldn’t be able to access that directly otherwise.
For filter I used the array link. If it contains “HTTP” it will go to create article with referral. If it doesn’t contain “HTTP” it will go to create article without referral.
Hope this helps anyone who is looking for a similar structure.