Sorry, I’m a beginner to programming & uipath in general.
Basically, I have an excel column of percentages, for example
01.23%
23.39%
54.74%
107.37%
And so on, and what I am trying to do is use a switch activity to split by 4 brackets, 0-25%, 25-50%, 50-75%, 75%>
and this is becoming quite the headscratcher for me.
I’ve tried going by string values and was unsuccessful, and if I try to convert the variable from the excel import to an integer it doesn’t like that either ( I’m guessing because the “.” & “%” make it a string only value? )
Is converting to integer the correct way to do this ? and if so how would I do that?
Thanks