Hello, I have a use case where I need to assign multiple values to an attribute depending on the input. Represented as a lookup table, it looks something like this:
You cannot achieve this in the context of multi-valued attribute . But you can get a string value which is “219,214” , instead [129 , 214] . If my understanding is correct , you are trying to apply transform on a multi-valued attribute .
You can see it the transforms documentation that the lookup transform’s key-value are of STRING type only , where as our usecase is to have array of strings.