Gosh do i feel i’m spending too much time searching basic stuff sometimes… (Really trying not to post random questions in here). Anyways, i couldn’t find an answer.
I have a variable (var1) with json in it. it’s an array of “options” built like so :
option_id (integer), type (text), text_value (text).
With dmx-text (or “in text” with {{ }}), i want to be able to give it an id and replace that id with the text value from my var1 variable. In the following example (that does not work), i replaced the external id var by “26” which is an existing “option_id” in var1.