Evening all,
A collection lookup has randomly stopped working today.
The collection is a local version of a sharepoint list, filtered by whichever department the current user is a part of. It holds academic unit names, and their codes. When the user selects a unit from a dropdown, the unit code should be automatically populated in the list, but as you can see below, there is nothing appearing:

The code for the lookup is:
LookUp(ahUnits,'UE - Dd - Unit Name'.Selected.Unit_x0020_Title=Unit_x0020_Title,Unit_x0020_Code)
I can see that the collection is there, and populated. The fields I need are all there with the correct name, but it just randomly has stopped working.
The collection is gathered on appStart.
As a test, I circumvented the collection and pointed the lookup directly at the SharePoint list, and that works fine. It just seems to be the lookup against the collection. I have also tried storing the list in a global variable as well, but still nothing.
Any help?