Remplace issue

The bot collect the montant with “,” in Excel file but when i use type into it write the montant with “.”

Exemple : 121,12 and the robot type 121.12

How can i fix that please

@Soudios

Are you making any conversions?

if not you can try with replace command
“121.12”.Replace(“.”,“,”)

Hope this may help you

Thanks

1 Like

@Soudios
There are different ways to handle this situation.

  1. As mentioned above you can replace . with ,
  2. use Infoculture, it will will be change across complete environment.
1 Like

Thank you it worked !

2 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.