(SOLVED) Can we put an image data to a variable?

I wish to call the image picture from my “Members/PrivateMemberData” collection, and save it to my other comments collection. Because im going to display it after it saves to the comments collection. How to do that? Second is how are we going to display IMAGE using image element? for my future reference. Thank you so much!

$w(‘#image5’).image = results.items[0].picture;

I got it. An image return from DATA query will give you the url of the image field. And yes you can store the return value to a variable. And you can use that variable to store it to another databese/collection… :slight_smile: