Read Range showing formula bar instead of cell

Hello! im still new with uipath.
Screenshot_1
so i want to pass the value 69779671106(rounded) from the excel but it showing the value in formula bar instead 69779671105,89
Any suggestion?

may be you can tray sendhotkey ALT + H + 0

Thanks for the reply! I already solved it, i need to convert it to double and round the number

(Math.Round(convert.ToDouble(row(value).ToString), 0).ToString

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