Not fully understanding lookups, here's a brief explanation of my scenario:
- I have two tables, Table A and Table B.
- In table A I want to lookup a row in table B.
- I have set up a many-to-one relationship (Table A - Table B) and a column in table A of type lookup.
What I don't understand is how this lookup is made and populated automatically? Without using a 'relate rows' action in a flow, and I haven't provided a foreign key anywhere, but the lookup is automatically populated in Table A with a link to a row in Table B?
I did notice that the two tables somehow share a column. Not just display name, but the actual column name, and they are both of type text. I'm not sure how this happened. Could there be a 'relate rows' somewhere that I haven't been able to find or another explanation.
I have read the documentation on lookups many time, but can't understand how data would be populated without first relating the rows.
Thanks for your help!
__fan__