array : String[2] {“123345456”,@“123453”} Now from this arrat item 2 i have to remove @ sign. @ sign is not part of string. so I can’t use replace in UiPath.
’
I want to use that number one by one for query. first item gives proper result in query as its only number however 2nd item comes with @ like : @“123453” which gives error. so need to remove @ or some other alternative for this.
THANKS IN ADVANCED!
