In that case, the only explanation is that your list contains just a single text: “Red, Blue, Green”
Which means you’ve done something wrong somewhere in your workflows when adding colours.
In that case, the only explanation is that your list contains just a single text: “Red, Blue, Green”
Which means you’ve done something wrong somewhere in your workflows when adding colours.
hmm im using the “multi select dropdown” to add it to the list? It looks like the multi select drop down is adding them like the following: Blue, Green, Yellow
and not like a normal list Blue , green , Yellow
with spaces between the comma “,” and colors?
When i added it manually it is working but not from the multi select dropdown?
I have also now tried adding this to when the data is added to the database in the workflow and still (Blue, Green, Red)
Well, if you’re using ‘Add’ to simply add the multi-dropdown’s value to the list then that’s the problem.
‘Add’ is used for adding a single item to a list.
And given that a list of texts can also be printed as a single text (so there will be no error shown in the issue checker, as there would if you were using objects, instead of texts), using ‘Add’ here will just add a single text, containing all the values from the dropdown in a single text.
Depending on what you’re actually trying to do here, you need to use ‘Add List’ or ‘Set List’ instead of ‘Add’.
Sorry for a late reply, Ah i missed that… Now it’s working, thank you once again Adam!
This topic was automatically closed after 70 days. New replies are no longer allowed.