Switch as input for a TRUE/FALSE Collection column

Hello Everyone again…

Is there any reason for a Switch component not be available as an INPUT while doing a record manual Create() ?

image

I have a Switch component in my screen and I want to get its value and set my true/false column while creating a new record. I cant see it available in the Other Components menu.

Thank you,

Márcio

Hi @marcio,

It needs a property to adjust. One way is to create the record before coming to the screen where this switch located and in this screen update that record! The second way is to create a true/false property on the Users collection and then connect that property to the switch

image

and in the update action add that logged in user > true/false property.

Thank you

Thank you @dilon_perera
The adjustment property approach worked as you suggested. I am thinking that I can use the same dymmy_bool property for any purpose, as long as they dont below to the same operation/transaction. Do you agree ?

Thank you,

Márcio

Your welcome!

Awesome!

You mean use that property with other things?

I mean, in case I have other switches in other screens, I can use the same dummy property I’ve created. I don’t think I would need many of these props across all my screens.

Thank you

Márcio