Is there any reason for a Switch component not be available as an INPUT while doing a record manual Create() ?
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.
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
and in the update action add that logged in user > true/false property.
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 ?
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.