Hi, I think it’s simple and I don’t know how to do it.
I have a MIGX, named “speaker”, which has among other fields such as “name”, “image”, etc. I also have a second MIGX named “program” where I have a field called “speaker” which contains the “name” from the MIGX “speaker”. The name field can be a string or an array of strings:
Unfortunately it didn’t help. When I want to print the variable “speaker” by using [[+speaker]] then:
for {"MIGX_id":"1","time":"09.30","speaker":["speaker1","speaker2"]}
I get: speaker1speaker2
as if the JSON array was converted into a string without any delimiter and maybe there is a problem here.
This topic was automatically closed 2 days after discussion ended and a solution was marked. New replies are no longer allowed. You can open a new topic by clicking the link icon below the original post or solution and selecting “+ New Topic”.