I have a canvas app in which I handle some Data about Clients primarily their emails.
I have a Dataverse Table where the emails are stored and a Dataverse Table where the Information for the emails are stored (Surname, name, pronouns). Since one person can have many emails it is a 1:n relation between the two. There is a lookup table created in the email table.
Also when I relate/unrelate with a m:n relationship everything works smoothly.
However if I relate/unrelate with a 1:n relationship it always gives me the same error, but only after i give the 2nd argument.
"The first argument has to be a table that is :n related" rough translation from german there.
In this example I name the tables: Emailtable (n), Person(1)
Emailtable is in gallery 1 and Person is thisitem
Relate(Gallery1.Selected.Emailtable; ThisItem)
I also tried 20 different versions with lookups and such but nothing to get it to work.
As i said it works perfectly fine with m:n relationships and the documentation suggests it should work here aswell.
Is there something obvious I am missing?
Thanks in advance for help
Can Kaymaz