Good morning,
TableRecords is exactly what I'm trying to avoid, as I need to have a custom defined UI, which is only possible with "hardcoded" label and input boxes.
What I have at the moment is two variables (with the same information):
- The list with the fields' information, which I can iterate when I need (but I can't use to bind to the input boxes)
- A variable with all my fields, each one with the same structure as an element of the list, which I can use to bind to the input boxes (but I can't iterate because it's not a list!)
The only way I see to "iterate" this second variable is using a switch, also something I would like to avoid...
Do you know of any possible workaround?
Kind regards
TableRecords is exactly what I'm trying to avoid, as I need to have a custom defined UI, which is only possible with "hardcoded" label and input boxes.
What I have at the moment is two variables (with the same information):
- The list with the fields' information, which I can iterate when I need (but I can't use to bind to the input boxes)
- A variable with all my fields, each one with the same structure as an element of the list, which I can use to bind to the input boxes (but I can't iterate because it's not a list!)
The only way I see to "iterate" this second variable is using a switch, also something I would like to avoid...
Do you know of any possible workaround?
Kind regards