We have a Form for our onboarding process that is used for all new employees. Depending on the type of employee we hide certain fields since they are not required. Depending on the type of employee as well, we need to be able to different database lookups.
So what we would like to be able to do is dependent on what is selected from a radio button, tell Forms to perform a specific lookup. In our case we would have 3 different lookups that could be performed depending on the 3 options that may be selected from the radio button. When setting up the Lookup Rule, if there was an additional field directly after you specify the source that allowed you to say "When <fieldname> <=, !=> <fieldvalue>" that would be great.