Extract a sepcfic value from a bundle

Hi Make experts,

I wold like to extract a specific value rom a bundle. I tried to turn it left and right but could not map that value which is under an array, collection, then anoher collection then property.
the exact value I would like to extract is the url link for the picture generated.
Here is a snapshot of the bundle extraction :
image

and here is the blueprint :

blueprint (1).json (63.8 KB)

your help would be much apreciated.
Thank you
Amine

Hi @amine1

Please try with map function.
use map items array with internal value of image_resource_url.
map({{8.items}};image_resource_url)

If you require additional assistance, please don’t hesitate to reach out to us.
MSquare Support
Visit us here
Youtube Channel

2 Likes