Hello.
I’m building a “New Responsive Design” form and am having an issue where the Lookup function does not return any value if the “Output Column” is a lookup column.
lookup("zzz_Parts","Part Number",toUpper(rForm].pPartNumber]),"Buyer")
The “Buyer” column is a lookup to the Title field in a list of Buyers.
I am able to return values for every other, non-lookup, column in the list.
This same function returns the expected “<ID>;#<Value>” when used in the other form designs.
This is my first time using this function in a New Responsive Form. Is this a limitation?