In my first screenshot i have it highlighted, but the response has extra data other than just the URL
In my first screenshot i have it highlighted, but the response has extra data other than just the URL
You should add mapping from rss-channel-item-encoded to image-Asset parameter and add this JS code to mapping
precodevar img = value.match(/<img[^>]*>/)[0];
var imgSrc = img.match(/ src="'["']/)[1];
return imgSrc;/code/pre
Awesome that worked great!!!! Thank-You Guys
Awesome thank you!!!