I'm working on updating our previous in-house forms to the new Forms component. I used a named query previously to populate the names of production operators. When I try and use that same query, bound to options. I am getting a component error. I can't seem to locate what the error though in the logs either.
Do I need to modify my script to account for "label" and "value"?
You have to change with something like
SELECT Teammate AS label, Teammate AS value
2 Likes
