While using Web API, the HTTP request activity throws an error.
HTTP Request: Expression Activity type ‘VisualBasicValue`1’ requires compilation to run. Please ensure that the workflow has been compiled.
Hi,
This issue might be caused by double quote except "
(0x22).
For now, can you try to check there is non-0x22 double quote such as ” and replace it with "
(0x22)?
Regards,