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