Tell us what you are trying to do?
I tried placing the following code in a template for "Veranstaltung" into a view for related "Personen" [types field='funktion-person-ort' item='@person-veranstaltung.association'][/types].
On both examples (links) it shows the same entry (Techniker), although the value for the intermediary field is different (Artist/Techniker)
I did a quick check on this for and it works on my end when I tried to get the intermediary values with @{relationship-slug}.association
Seeing that you are using a view to display the relationship information based on the current page, can you try it like this ? @{relationship-slug}.intermediary
Is there a documentation which would have helped me before contaction the support?
If i want to change the value of a intermediary field I'll have to disconect an reconect the relation? Or is there an other way to change the value of a intermediary field?
"If i want to change the value of a intermediary field I'll have to disconect an reconect the relation? Or is there an other way to change the value of a intermediary field?"
You can actually do it from the parent post and quick edit the post in the relationship. See Screenshot.
In my example you can see that i'm able to edit the field.
Allready Saw that i could change it under quick edit, but didn't realised that I had to update it by the button in the bottom right for the quick edit, instead I klicked the update link in the top for the post 😉 My issue is resolved now. Thank you!