I am trying to do email automation using outlook (get mail) and getting the below error:-
The workflow has validation errors. Review and resolve them first.
System.Activities.InvalidWorkflowException: The workflow has validation errors. Review and resolve them first. —> System.Activities.ValidationException: Compiler error(s) encountered processing expression “rahul.bansal@msysbsol.com”.
End of expression expected.
@rahulmb10 Hello Rahul,
You have validation errors based on your question. Those are like missing inverted quotes “” like this.
or declaring values in wrong way… please check them… hope your issue will get fixed.