Email automation using outlook

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.

— End of inner exception stack trace —

Hi @rahulmb1, is there any screenshot of your studio with the activity properties?

Cheers.

There is some validation error in your entire workflow. Please go to Debug Tab and click Validation Option to see Validation errors.

@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.