Hey All,
I've recently noticed a problem in which my Dropdown menu values will not reset correctly.
I have an application which has records, of which all are laid out exactly the same and use the same fields and collection.
The problem I am noticing is that it now pulls the dropdown values from the most recent record I was on. For example, If I have a record #3 which is fully filled out, and record #4 which is incomplete, if I click on record 3, then go back and click on 4, it will carry over the dropdown values from 3. This is only happening with dropdown menus, all other text and date fields reset perfectly normally.
In the screenshot I provided, it shows what *Should* be a completely empty record, but as you can see, it has pulled in the dropdown values from the most recent record I was on.I am using a variable called ResetVar to reset my collections.
Has anyone had a similar issue to this? It seems to only be the dropdown menus which are not being properly reset by my ResetVar variable.