# \#any-component

**URL:** https://community.thunkable.com/tag/any-component/434.md

[Latest](https://community.thunkable.com/latest.md) · [Categories](https://community.thunkable.com/categories.md) · [Tags](https://community.thunkable.com/tags.md)

---

## [\[Solved\] Switch "on Value Change" event fails](https://community.thunkable.com/t/solved-switch-on-value-change-event-fails/3047767)

<div class="topic-metadata">

**Author:** [@tatiang](https://community.thunkable.com/u/tatiang)\
**Replies:** 3\
**Last updated:** [June 13, 2024, 3:13pm UTC](https://community.thunkable.com/t/solved-switch-on-value-change-event-fails/3047767 "2024-06-13T15:13:24Z")

</div>

In this project (see first screen), I cloned a container with a switch. When I change one of the switch’s values, I expect it to display the new value in the labels. But it doesn’t.

---

## [Unable to Clone Components as "First In" or "Last In" To Another Cloned Component](https://community.thunkable.com/t/unable-to-clone-components-as-first-in-or-last-in-to-another-cloned-component/2902591)

<div class="topic-metadata">

**Author:** [@choprarishabh1010199](https://community.thunkable.com/u/choprarishabh1010199)\
**Replies:** 6\
**Last updated:** [April 8, 2024, 8:46pm UTC](https://community.thunkable.com/t/unable-to-clone-components-as-first-in-or-last-in-to-another-cloned-component/2902591 "2024-04-08T20:46:02Z")

</div>

I’m trying to show my students how a data viewer list is just a list of repeated elements. To do that, I used to use Columns in Snap To Place. But I’m unable to do so in Drag and Drop using Groups. When I click on “…

---

## [From google sheets, displaying extra values getting displayed](https://community.thunkable.com/t/from-google-sheets-displaying-extra-values-getting-displayed/1835990)

<div class="topic-metadata">

**Author:** [@djsstechkno22ph](https://community.thunkable.com/u/djsstechkno22ph)\
**Replies:** 2\
**Last updated:** [April 22, 2022, 12:38pm UTC](https://community.thunkable.com/t/from-google-sheets-displaying-extra-values-getting-displayed/1835990 "2022-04-22T12:38:58Z")

</div>

Hi, I am storing 4 rows of data in a google sheet and displaying it in my app using any component, create label, but it is showing me more than 4 values in the app, when i check the number of values in the sheet, it show…

---

## [Setting a button's background picture to blank dynamically](https://community.thunkable.com/t/setting-a-buttons-background-picture-to-blank-dynamically/1767628)

<div class="topic-metadata">

**Author:** [@tatiang](https://community.thunkable.com/u/tatiang)\
**Replies:** 4\
**Last updated:** [March 5, 2022, 10:37pm UTC](https://community.thunkable.com/t/setting-a-buttons-background-picture-to-blank-dynamically/1767628 "2022-03-05T22:37:18Z")

</div>

I often use the Any Component blocks to loop through a series of buttons in a screen/row/column (Snap to Place interface) and hide some of them. Unfortunately, changing a button’s “visible” property affects the layout of…

---

## [How to sequentially change property all components?](https://community.thunkable.com/t/how-to-sequentially-change-property-all-components/1580244)

<div class="topic-metadata">

**Author:** [@jakeheron](https://community.thunkable.com/u/jakeheron)\
**Replies:** 4\
**Last updated:** [October 26, 2021, 2:10am UTC](https://community.thunkable.com/t/how-to-sequentially-change-property-all-components/1580244 "2021-10-26T02:10:24Z")

</div>

@tatiang @muneer Hi, I hope you are doing well. I was wondering if you (or anyone) could help me with trying to sequentially change the property of all components in a screen. I have a demo screen below: Basically, …

---

## [How to remove a label within a column?](https://community.thunkable.com/t/how-to-remove-a-label-within-a-column/1534651)

<div class="topic-metadata">

**Author:** [@jakeheron](https://community.thunkable.com/u/jakeheron)\
**Replies:** 2\
**Last updated:** [September 30, 2021, 3:19am UTC](https://community.thunkable.com/t/how-to-remove-a-label-within-a-column/1534651 "2021-09-30T03:19:56Z")

</div>

@muneer @tatiang Hi, Is it possible to for a user to remove a label within one specific column by clicking on it? Right now I have managed to make a code which can delete all labels within a column as seen below: Ho…

---

## [Clone problem when changing properties with any component](https://community.thunkable.com/t/clone-problem-when-changing-properties-with-any-component/1509720)

<div class="topic-metadata">

**Author:** [@jdkdev](https://community.thunkable.com/u/jdkdev)\
**Replies:** 1\
**Last updated:** [September 17, 2021, 6:05am UTC](https://community.thunkable.com/t/clone-problem-when-changing-properties-with-any-component/1509720 "2021-09-17T06:05:19Z")

</div>

The problem is that cloning a column that contains different elements and then trying to modify them does not make the change Now, the problem seems to be solved if at the end of the clone component I use a wait, h…

---

## [Getting any component from non cloned components](https://community.thunkable.com/t/getting-any-component-from-non-cloned-components/1473335)

<div class="topic-metadata">

**Author:** [@overshield](https://community.thunkable.com/u/overshield)\
**Replies:** 5\
**Last updated:** [August 28, 2021, 12:33pm UTC](https://community.thunkable.com/t/getting-any-component-from-non-cloned-components/1473335 "2021-08-28T12:33:54Z")

</div>

I’m having trouble understanding why this isn’t working. The button5 component at the bottom is just me debugging to make sure I’m seeing the correct width. I’ve tried putting a list component in front of the purple al…

---

## [Identify container of an object](https://community.thunkable.com/t/identify-container-of-an-object/1295355)

<div class="topic-metadata">

**Author:** [@Giuseppe\_Geppo\_Catta](https://community.thunkable.com/u/Giuseppe_Geppo_Catta)\
**Replies:** 10\
**Last updated:** [May 20, 2021, 4:42pm UTC](https://community.thunkable.com/t/identify-container-of-an-object/1295355 "2021-05-20T16:42:13Z")

</div>

Hi, I’m using an “any button click” block to trigger a button press from a cloned row. I want to change the background color of the row where the button is placed but I can’t find out how. I search for something like: …

---

## [Text in order of time and date?](https://community.thunkable.com/t/text-in-order-of-time-and-date/1211273)

<div class="topic-metadata">

**Author:** [@mpmobil6vddpps](https://community.thunkable.com/u/mpmobil6vddpps)\
**Replies:** 1\
**Last updated:** [April 7, 2021, 6:33pm UTC](https://community.thunkable.com/t/text-in-order-of-time-and-date/1211273 "2021-04-07T18:33:00Z")

</div>

HELLO DEAR THUNKERS! How can I make all of my texts from a screen get updated, from top to bottom, in order of “time & date”? Reminding the texts will be posted from the users… THX A LOT!!! I need your help as tried a…

---

## [Cloning and any component block - error or newbie problem?](https://community.thunkable.com/t/cloning-and-any-component-block-error-or-newbie-problem/1196530)

<div class="topic-metadata">

**Author:** [@catsarisky](https://community.thunkable.com/u/catsarisky)\
**Replies:** 9\
**Last updated:** [March 31, 2021, 3:53pm UTC](https://community.thunkable.com/t/cloning-and-any-component-block-error-or-newbie-problem/1196530 "2021-03-31T15:53:15Z")

</div>

I’m trying to clone a row, and then I need to get the components in the row. This doesn’t seem to be working. Here are my blocks: I’m getting an empty list for “all Label in clone”, although “clone” itself is popul…

---

## [Setting a button's Border radius dynamically; cloning images speed](https://community.thunkable.com/t/setting-a-buttons-border-radius-dynamically-cloning-images-speed/1041737)

<div class="topic-metadata">

**Author:** [@tatiang](https://community.thunkable.com/u/tatiang)\
**Replies:** 18\
**Last updated:** [December 28, 2020, 4:17pm UTC](https://community.thunkable.com/t/setting-a-buttons-border-radius-dynamically-cloning-images-speed/1041737 "2020-12-28T16:17:54Z")

</div>

If I get the object properties of a button, there are about 30 numbered properties. I want to set the “Border radius” property of a button use an Any Component block. Does anyone know how to do this? I’ve tried to set th…

---

## [Any Component Option list had bigly duplicates](https://community.thunkable.com/t/any-component-option-list-had-bigly-duplicates/889075)

<div class="topic-metadata">

**Author:** [@drted](https://community.thunkable.com/u/drted)\
**Replies:** 1\
**Last updated:** [October 10, 2020, 11:03am UTC](https://community.thunkable.com/t/any-component-option-list-had-bigly-duplicates/889075 "2020-10-10T11:03:56Z")

</div>

New behavior! I am getting all sorts of duplicates int he list of options for they Any Component block.

---

## [\[Solved\] Reducing the number of blocks needed for multiple switches](https://community.thunkable.com/t/solved-reducing-the-number-of-blocks-needed-for-multiple-switches/484262)

<div class="topic-metadata">

**Author:** [@bobbyj12](https://community.thunkable.com/u/bobbyj12)\
**Replies:** 9\
**Last updated:** [February 27, 2020, 1:23pm UTC](https://community.thunkable.com/t/solved-reducing-the-number-of-blocks-needed-for-multiple-switches/484262 "2020-02-27T13:23:16Z")

</div>

Hi there, I’m able to use the any component block to save the data to my Realtime DB. My dilema, as you can see from my blocks, I have 75 switches in the screen alone. Right now I have individual blocks to post the swith…
