Hey guys, I'm having an issue with a SQL lookup I have configured for a Form. Basically I have a custom SQL table that contains vendor data (mainly Vendor Number and Vendor Name). On my Form, I have a lookup rule that when the Vendor Number field matches data with the VendorNumber Column in my SQL table, fill out the Vendor Name field with the data in the VendorName column from the SQL table. I have done this several times before so everything is configured correctly as far as I can tell but when I test the process....the Vendor Name field won't populate.
Here's my Data Source configured:
Here's my lookup rule:
Here's my sample data from SQL:
And here's the results:
So I can confirm the data source found the Database AND the lookup rule can even identify the correct table and columns....but for whatever reason the lookup won't work.
Also, I'm building all of this using our VAR demo license....I don't know if that has any restrictions on lookup capabilities but wanted to clarify.