I am solving the problem of city and packages and i am getting this error while passing the argument as double . Can somebody help me out of the same?
From the error message it seems that you have the value 2 times in the fiel “cityList.item(cityName)
cityList.item(city)”
Delete the whole value and type it again. Make sure that you don’t use the [Enter] key in values, because UiPath is recognizing it as a line break.
Additionally i think you need to convert your value to double, because UiPath doesn’t know whats the value of your item.
2 Likes
Thank you for your guidance!!!