Hello,
I am trying to get a value, e.g. “-101.531” from a web form. I need it to be stored as a variable type that allows me to perform a boolean test such as “If x is less than y then…”
What variable type do I need to use for my example value?
When I try to use the variable type “UiPath.Core.GenericValue,” I get an error on my “UiPath.Core.Activities.GetValue” activity which says “Variable”.Invalid L-Value expression.:…
Am I using the right activity for this?
Thanks,
Will