How to use array and string in IF condition using uipath

Hi Guys,

I have to store more string value to array{“aa”,“bb”,“cc”} and i have to apply string value via input dialog box than i set to IF condition ,once i give array value like “aa” or “bb” in input dialog the condition going true but i tried to processed i couldn’t,

for example,
IF Arr.equal(Test) Test-- string variable in input dialog box,that condition is not worked

please anyone help this.

Regards,
Raja G

1 Like

Array.equals method is used to compare array. If you want to check whether value exist in array then use array.Contains method :slightly_smiling_face:

2 Likes

@Bhavik_Solanki,

Thanks , working fine

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.