Hi,
I have a string that contains urls I'd like to feed the WebsiteAgent with.
How can I create an array out of a string? I've tried the liquid filter 'split', however the endresult is still a string. I even tried to create the url array with liquid directly in the websiteagent, unfortunately without any efforts.
Actually what I try to accomplish is generating multiple events based on a single html email fetched by the imap agent. As the website agent can't scrape an event payload (yet? see request for
WebsiteAgent to extract from event payload instead of url, I've collected all the links I'm interested in with an EventFormatter agent and now I want to scrape them one by one. So if you have any better solution, I'm interested!
Thanks in advance!
Hunhejj
Hi,
I have a string that contains urls I'd like to feed the WebsiteAgent with.
How can I create an array out of a string? I've tried the liquid filter 'split', however the endresult is still a string. I even tried to create the url array with liquid directly in the websiteagent, unfortunately without any efforts.
Actually what I try to accomplish is generating multiple events based on a single html email fetched by the imap agent. As the website agent can't scrape an event payload (yet? see request for
WebsiteAgent to extract from event payload instead of url, I've collected all the links I'm interested in with an EventFormatter agent and now I want to scrape them one by one. So if you have any better solution, I'm interested!
Thanks in advance!
Hunhejj