Hi everyone,
Sorry for the inconvenience, I would like to know how double type data can be inserted into a field, but the field does not allow commas or points.
thanks for your attention
Hi everyone,
Sorry for the inconvenience, I would like to know how double type data can be inserted into a field, but the field does not allow commas or points.
thanks for your attention
Hi
No worries
We can pass that as string
Like if the value is 12.22 then we can pass as “12.22” in TYPE INTO ACTIVITY
But this looks contrast
If the field doesn’t allow then we need to try It manually once
Like just we need to type as 12.22
If it takes when typed manually then obviously TYPE INTO with string as “12.22” will get entered
But if it doesn’t take even manually then eventually robot won’t be able to do the same
Hope this would help you
Cheers @santi4058
Thank you very much i will try
Kindly try and let know for any queries or clarification
Cheers @santi4058
Hi, I tried, but it didn’t work