Hey, im using this component
and i want to have the chosen data as a comma separated string, do you know how i can achieve this?
Hey, im using this component
and i want to have the chosen data as a comma separated string, do you know how i can achieve this?
Actually i managed to make it work, by changing the internal chosen token list and then setting the output value as that list and then outside of the component editor, i join that output list into one string
If you need more details let me know.