Hi - I would like to populate a Forms field with list choices from a matching field in the repository. I understand that you can use a data source lookup to query the "LUP" table for the choices. First attempt gives all list choices, i.e. the choices from all list field regardless of "prop_id". I was able to get a workable solution by creating a second Forms field (hidden) and hardcode the prop_id, then use that value in a "When" condition while defining the Lookup Rules.
My question is: do you have to create that second (hidden and hardcoded) prop_id field for every Forms field that you want auto-populated, or is there a simpler or more elegant way to define the Lookup Rule (or something else) and reach the same end effect?
Thanks!