Hi everybody!
I need to use Format Value activity but in order to do that, I need to convert my initial variable of type double to Generic Value since Format Value only accepts this kind of input argument. Is there any fast way to do it except for creating temporary generic value variable that will store this initial double variable?
In general - is there a way to convert any kind of variable to generic value? Something like CInt or ToString etc.
Thanks!