Exactly.
Imagine I have a list with 10 elements with known properties (the field name for example).
My UI is configured with those 10 elements with label/input boxes according to the known field names.
As I want to avoid using TableRecords, I guessed there was a way of assigning each label/input box to a specific element of the list, thus avoiding that second variable where I apply the switch.
Imagine I have a list with 10 elements with known properties (the field name for example).
My UI is configured with those 10 elements with label/input boxes according to the known field names.
As I want to avoid using TableRecords, I guessed there was a way of assigning each label/input box to a specific element of the list, thus avoiding that second variable where I apply the switch.