Hi everyone,
I have a hard time figuring out the following scenario:
TABLE 1: a table coming from SQL which has it's own primary key, imported with dataflow into dataverse.
TABLE 2: a dataverse table which contains a column to reference to the primary key in TABLE 1
I want to create a one-to-many relationship, with TABLE 2 (dataverse) on the one side, TABLE 1 (sql) on the many side. If I create a record in the dataverse table (TABLE 2), it should then be able to show matching records coming from SQL (TABLE 1).
Looked like something easy to do but I have been struggling to find a solution. I have tried creating alternative keys to make this relationship but can't seem to choose on which key the relationship should work. I'm I looking at this in the wrong way?
Hope you can give me some guidance. Thanks in advance! 🙂