I have a field which requires me to input a float number on a free text field. I read the float number from excel. However, I could not input the float number as I keep getting this error
"TypeError: object of type 'float' has no len()"
Let say I'm trying to put value 300.99 into a text box..
Do I need to convert into anything first?