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

Hi @jenipriya.chitravel

This issue is caused by double quote except " (0x22) in Windows project. So, can you try to replace all double quote with " (0x22)?

Regards,