I have installed latest robotframework 7.2
When i try to get data from xlsx file using datadriver library, i can see the values are returned in tuple format instead of string. Which cause failure in my script. Can we make them as default string value ?
Getting below error
AttributeError: ‘tuple’ object has no attribute ‘startswith’
Can anyone help me on this ?