I have an entity, and one of the values is supposed to be something like “red-blue”, but when I look at the debug mode, I see that it has extracted three different values for the same entity. It says the three values are “red”, “-”, and “blue”. Ultimately, the only value stored in my slot is “blue” since it is the last entity value to be extracted. Is there any way to edit the policy of splitting on the “-” punctuation only?
Any help would be very much appreciated. Thanks