Hi All,
I have an app that has a lookup field that i want to have look up another field if the first is blank.
Output has the lookup code in it as LookUp('Tracker','Request ID'=Lookup Value 1.Text,OUtput A)
LookUp('Tracker','Request ID'=Lookup Value 1.Text,OUtput A) if Lookup Value 1 is blank LookUp('Tracker','Request ID2'=Lookup Value 2.Text,OUtput A).
So two fields to lookup from and output either into the output field
