Compile error has something to do with Editable Text

Whenever I try to compile my blueprint I get the error “Binging: Property '/Script/UMG.EditableText:TextDelegate ’ on Widget ‘EditableText_0’: Member:GetText_0 Unable to bind ArrayProperty, usupported type.”. I was getting this error after converting some of my variables to arrays to use multiple text strings. Can someone tell me what this error means?

Check if you have a bound something to the text value. You might have created a bind before converting the variable type, and now it cannot read it.