I’m getting this error message but I don’t know why, there’s no element requesting a text and receiving a list.
It was supposed to get the Spinner selection that it’s a tag from Firebase and automatically get the value.
That’s the question, it shouldn’t be a list, it’s a string.
I made a TryCatch message to intercept the content in the “selection” variable after selecting, it leaves that block being a string but somehow, when the process arrives at Firebase block (2º print) it understands it as a list with that string (spinner selection) and other empty strings.