Getting an error while executing the While loop

Hi,

I am getting an error like this while starting while loop

VisualBasicValue: Expression Activity type ‘VisualBasicValue`1’ requires compilation in order to run. Please ensure that the workflow has been compiled.

This is the expression used in the While loop
Not nextAttributeName.ToString.ToLower.Contains(“unavailable”)

The nextAttributeName is the output of a Get attribute activity of a UI element

How can I fix this?

Hi @gautham.r

Please check all the double quotes used in the code.

Regards

Hi,

For now, can you check if the double quote is 0x22 character : " (Or copy and paste this " )

Regards,