Removing items from list

Hi Thunkers,

I have tried the other threads on this and still don’t get it.

I have a list which is populated with numerical variables (20). I want to display these variables in labels, but only if the value is above zero. Zero value variables in the list are irrelevant.
So, I gave it a shot and tried my first ever loop to achieve this…and failed. I tried to attach an image of my loop here but access was denied for some reason. The result is that it does not remove any of the many zero value variables from the list and fills up the labels with zeros.

Could anyone show me a block example of how to remove the variables with a value of 0?

Thank you.

https://x.thunkable.com/projects/5eaa26637b1ef25aa3aeefda/0bdeae95-161c-4776-8a52-9b5f94442547/blocks

try this
https://x.thunkable.com/projects/5eaa448b5041c529eb652077/0bdeae95-161c-4776-8a52-9b5f94442547/blocks
Hope it helps

1 Like

Hey @hafij51331saau,

https://x.thunkable.com/copy/1f2c6c5791518633426b3a46f553fb73

nice example @Patrick_Elisha! We got here at the same time!

1 Like

Patrick, thank you. It was helpful indeed.

Thank you, Jared. I’m getting there slowly.

1 Like