# How can I get the result of \[block for each item\] at once?

**URL:** https://community.thunkable.com/t/how-can-i-get-the-result-of-block-for-each-item-at-once/402607
**Category:** Questions about Thunkable X
**Created:** [January 11, 2020, 8:03pm UTC](https://community.thunkable.com/t/how-can-i-get-the-result-of-block-for-each-item-at-once/402607 "2020-01-11T20:03:58Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![mom7667yafy](https://avatars.discourse-cdn.com/v4/letter/m/e19b73/32.png) [@mom7667yafy](https://community.thunkable.com/u/mom7667yafy)
#### Post date: [January 11, 2020, 8:03pm UTC](https://community.thunkable.com/t/how-can-i-get-the-result-of-block-for-each-item-at-once/402607/1 "2020-01-11T20:03:58Z")

</div>

![스크린샷 2020-01-12 오전 4.46.51](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/4/4/4490661abda1af10222d692f0b56b6a8e1193e84.png)  
As shown, I used the [for each item] block.  
The value of this block does not immediately result.  
I have to run twice to get the result.  
For example, this block is executed when screen1 starts.  
But the price did not come out. So I created a button and ran it again.  
Then the value is printed.  
How can I print out the results at one time when screen1 starts without a separate button?

---

<div class="post-metadata">

### Author: ![kartik14](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/kartik14/32/44782_2.png) [@kartik14](https://community.thunkable.com/u/kartik14)
#### Post date: [January 12, 2020, 3:26am UTC](https://community.thunkable.com/t/how-can-i-get-the-result-of-block-for-each-item-at-once/402607/2 "2020-01-12T03:26:51Z")

</div>

Hi, @mom7667yafy! 👋

When you use `screen1 Starts`, it only executes when (in the on-going session) the screen is opened the first time - i.e., this block will only execute once per app launch.

So, if you want it to execute everytime the screen opens, try switching to `screen1 Opens` block.

Thanks! 😊

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [November 8, 2024, 11:46am UTC](https://community.thunkable.com/t/how-can-i-get-the-result-of-block-for-each-item-at-once/402607/3 "2024-11-08T11:46:03Z")

</div>


