Hi Everyone,
I d like to use the value (string datatype) from a field as a placeholder in one of my "Select Input" component.
I am quite close to have it, however I am getting an Array instead of a String which throw an error.
Question: How can i transform an array (with a single value) into a string? cf. screenshot 1
Screenshot 1: Error Array instead of Single String Value
Screenshot 2: Really bad workaround is to add "something" before the "{{" so the value retrieved is consider as string e.g. """
Looking forward to some help
Kevin