Hello,
I used the split function (used several times without problems) on a text string divided by the | character
The process is blocked by reporting
"The action type 'AppendToArrayVariable' only supports values ​​of types 'Float, Integer, String, Boolean, Object'."

From the error notification it is evident that the vector is made up of text strings; so i don't understand why the process stops.
This is the function:
split(outputs('MultiRow'),'|')
If anyone has a suggestion .. Thanks