Hi, I have an app that I created and regardless of where the data is stored, I cannot seem to get the lookup right anymore.
Here's an example of attempting to pull the contact's first name from my contacts table. I tried a couple different ways.
LookUp(contacts,contacts_id=Parent.Default,first_name)
Any insight is appreciated.
Thanks.