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?