Hey guys! I’ve been struggling with this and didn’t find a pratical way to solve.
Imagine you’re showing a Text element wich the content come from multiline input.
And I wanna the user create keywords in his text written in the multiline input and tell the app wich thing’s field he wish the Text element change for each keyword.
For instance:
In the multiline he’ll write “My name is <–user_name–>”
In the map he will set "<–user_name–> = “user.name”
Then the text print “My name is John Doe”. (where in this case, John Doe is the user’s name)
Couldn’t find any way to access thing’s metadata or kind of.
Can someone give any tips for that?