# Can I change the picture property of multiple images?

**URL:** https://community.thunkable.com/t/can-i-change-the-picture-property-of-multiple-images/1619228
**Category:** Questions about Thunkable X
**Created:** [November 16, 2021, 4:32pm UTC](https://community.thunkable.com/t/can-i-change-the-picture-property-of-multiple-images/1619228 "2021-11-16T16:32:56Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![luna\_luna](https://avatars.discourse-cdn.com/v4/letter/l/f17d59/32.png) [@luna\_luna](https://community.thunkable.com/u/luna_luna)
#### Post date: [November 16, 2021, 4:32pm UTC](https://community.thunkable.com/t/can-i-change-the-picture-property-of-multiple-images/1619228/1 "2021-11-16T16:32:56Z")

</div>

Hi  
I’m new to thunkable and I’m trying to do change multiple images in a loop (I’m currently addressing them individually).  
something like this (but this doesn’t work)  
 ![Screenshot 2021-11-16 at 16.31.03](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/c/c/ccb2d3eeece4dea111433b5e822241f6d9ee577a.png)  
is there a way?

---

<div class="post-metadata">

### Author: ![shrey](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/shrey/32/105637_2.png) [@shrey](https://community.thunkable.com/u/shrey)
#### Post date: [November 16, 2021, 5:15pm UTC](https://community.thunkable.com/t/can-i-change-the-picture-property-of-multiple-images/1619228/2 "2021-11-16T17:15:01Z")

</div>

If the image\_json variable is NOT in JSON format then replace the set property to

 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/e/7/e749e3499cac49aae53addbe1c431667203dcc3c.png)

If the image\_json variable IS in JSON format, then replace the set property to

 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/0/d/0d35e2a8808b01c3989878a9286fdea1223071a3.png)

Also, replace the text in the join block with the same name as the image component.

Hope this helps!

---

<div class="post-metadata">

### Author: ![tatiang](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tatiang/32/55482_2.png) [@tatiang](https://community.thunkable.com/u/tatiang)
#### Post date: [November 16, 2021, 5:23pm UTC](https://community.thunkable.com/t/can-i-change-the-picture-property-of-multiple-images/1619228/3 "2021-11-16T17:23:59Z")

</div>

Are you trying to loop images for a single Image component as in an animation? Or are you trying to change the Picture value of several Image components all at once?

Your blocks aren’t going to change anything because you’re not using a `set Image` block. Changing the property of a variable won’t affect the look of anything on the screen.

Once I know your answer, I can make a suggestion. Where are your images stored? Also, what are examples of your image filenames? Lastly, are you using the newer Drag and Drop interface or the older Snap to Place interface?

---

<div class="post-metadata">

### Author: ![luna\_luna](https://avatars.discourse-cdn.com/v4/letter/l/f17d59/32.png) [@luna\_luna](https://community.thunkable.com/u/luna_luna)
#### Post date: [November 16, 2021, 6:32pm UTC](https://community.thunkable.com/t/can-i-change-the-picture-property-of-multiple-images/1619228/4 "2021-11-16T18:32:30Z")

</div>

thank you shrey-  
the second solution (image\_json variable IS in JSON format) is the one for me.

---

<div class="post-metadata">

### Author: ![luna\_luna](https://avatars.discourse-cdn.com/v4/letter/l/f17d59/32.png) [@luna\_luna](https://community.thunkable.com/u/luna_luna)
#### Post date: [November 16, 2021, 6:45pm UTC](https://community.thunkable.com/t/can-i-change-the-picture-property-of-multiple-images/1619228/5 "2021-11-16T18:45:56Z")

</div>

hi Tatiana thanks for the reply -much appreciated  
Shrey’s solution worked for me -  
(its probably me - but cant help thinking the ‘any component’ tab should be under core instead of advanced)

---

<div class="post-metadata">

### Author: ![luna\_luna](https://avatars.discourse-cdn.com/v4/letter/l/f17d59/32.png) [@luna\_luna](https://community.thunkable.com/u/luna_luna)
#### Post date: [November 16, 2021, 6:46pm UTC](https://community.thunkable.com/t/can-i-change-the-picture-property-of-multiple-images/1619228/6 "2021-11-16T18:46:28Z")

</div>

reduced my blocks from c450 to 27 😉

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/0/f/0f59f292712368bce16ff80133ae10de8a6f27e8.png) [@system](https://community.thunkable.com/u/system)
#### Post date: [February 14, 2022, 6:47pm UTC](https://community.thunkable.com/t/can-i-change-the-picture-property-of-multiple-images/1619228/7 "2022-02-14T18:47:19Z")

</div>

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.
