We have a form that has two drop downs that are populated based off a lookup. Another lookup is then performed using those two drop downs. Some people will have multiple choices in the second drop down, but many people will only have one, so when the form loads the two drop downs are already populated:
The problem with this is that the Account Number uses the Budget Year and Fund to populate the drop down so people can choose the right account - but when both Budget Year and Fund are the only choices and are already populated, it will not populate the Account Number. You have to actually select the blank in Fund, then select the fund again to get the Account Number to auto-populate. Our lookup rule looks like this:
So it appears it's still waiting for the user to make a choice before actually auto-populating. Is there a way to get around this without having to add a "Pending" and making everybody click to actually get this to lookup correctly?
Thanks for any help!