Sam8
1
I have a problem , the module can’t understand the value as a URL. can someone help?
BundleValidationError
Validation failed for 1 parameter(s).
- Invalid URL in parameter ‘url’.
Basicly, I want to get multiple RSS feed and add it to a google sheet but it gives an error with the URL.
Below is the blueprint.
blueprint.json (22.8 KB)
Hey Sam,
can you share the output and input JSONs of the Iterator module?
Sam8
3
Basicly its a text or a string.
the main error that the RSS feed say that its not receiving a URL string, if I added it manually it works, when I choose “10.Value” in the screenshot.
its not working as if it can’t understand that the return of this is a URL
ERROR:
The “url” argument must be of type string. Received null
Thanks for your help!
Sam8
4
Output:
[
{
“value”: “<![CDATA[Archie.AI - Medium]]>”,
“IMTINDEX”: 1,
“IMTLENGTH”: 2
},
{
“value”: “TechCrunch”,
“IMTINDEX”: 2,
“IMTLENGTH”: 2
}
]
Sam8
5
Input:
[
{
“array”: [
{
“value”: “<![CDATA[Archie.AI - Medium]]>”
},
{
“value”: “TechCrunch”
}
]
}
]