Skip to Content
0
Aug 01, 2023 at 02:36 PM

IRPA string compare if its part of substring of variable

74 Views

Hello experts, I have following case:

IRPA checks excel file (using excel cloud link function)

Column X may containt different codes which are part of a groups. These groups should be editable in the future so I created them as cloud variables

So how to use condition to compare if let say text ABC is part of group Variable1?

stepX.currentMember.ColumnX.includes() - not working

Thank you