Good day! I have a table called Payments and I’m using the Company ID to create a single relationship between the company table. I am then lookingup the Company Name, however, it shows up as an Array! Every lookup in the company table does. I cannot for the life of me figure out why.
Modify your lookup to use the single relation. It looks like you selected a table + column
If a lookup returns an array there are two possibilities that come to mind
- Our lookup is targeting a table
- Our relation is multiple
3 Likes