Hello, I am having a trouble creating a collection using dataverse lookup column.
I have 3 table.
1) customerlist
2) table_1
3) table_2
I have a column ”customer” in table_1 and table_2
this column is relating 1)customerlist.

I would like to create a append customer list form table_1 and table_2.
I only want to take column ”customer”.
This is my formula.
ClearCollect(col_customerlist,
ShowColumns (table_1, "cr9d1_customer"));
Collect(col_customerlist,
ShowColumns (table_2, "cr9d1_customer"));
Problem is, when I show this collection on gallery,
I cannot see a data created from table_2.
It seems there is a data but word do not appear.
I have change like “Thisitem.cr9d1_customer.name” or “Thisitem.cr9d1_customer.phone”..etc to see if there is a column I can see but shows nothing.
