Hi,
I am trying to access values for a linked entity called MyLink, linked with Many-to-Many.
If I try the code
everything works fine.
Yet, if I run
I always get an empty string.
I am trying to access values for a linked entity called MyLink, linked with Many-to-Many.
If I try the code
Code:
name=array\join(myLinkIds, ";");
Yet, if I run
Code:
name=array\join(myLinkNames, ";");
Comment