Hi Guys,
Can I convert the below string variable to double in Add Data Row UiPath activity itself ?
I tried using CDbl(stringvariable) but it didn’t work, maybe I had the wrong syntax.
Hi Guys,
Can I convert the below string variable to double in Add Data Row UiPath activity itself ?
I tried using CDbl(stringvariable) but it didn’t work, maybe I had the wrong syntax.
Hi @shikharno.7
You can try this way in Add Data Row. Make to to start the curly brace.
CDbl(Input).ToString
Regards
we would define the ArrayRow by
new Object(){var1,var2…}
we can write within also conversions like
CDbl(yourStringVar)
we dont know what was done, what is failing.
However, you can prototype within the immediate panel fast and direct
Understanding the 6 Debugging Panels of UiPath in the easiest way possible! - News / Tutorials - UiPath Community Forum
Hi @ppr
I am trying to convert the below variable to double value.
and then trying to pass it in Add Data Row activity and getting the error -
Is there a way I can pass to Add Data Row without converting it to String.
we mentioned:
and the error message gives the same hint
so prepend new Object()
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.