If: Expression Activity type 'VisualBasicValue`1' requires compilation in order to run. Please ensure that the workflow has been compiled error in if activity

Hello,

suddenly i am facing this isue oin UiPath .
“If: Expression Activity type ‘VisualBasicValue`1’ requires compilation in order to run. Please ensure that the workflow has been compiled”
i am comparing two column values and if equal then printin yes or no


help me to resolve same

1 Like

Hi @Mathkar_kunal

Change the expression in If activity as below,

CurrentRow("Field Value").toString.equals(CurrentRow("Expected Result").toString)

Hope it helps!!

@Mathkar_kunal,

Retype the expression manually. Sometimes double quotes " gets typed incorrectly which results in this issue.

3 Likes

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