Cannot be indexed no default property

Hi, I am getting the following error. What is the fix ?
Thank You

@Anived_Mishra

Remove index from CurrentMail and it should be like this.

             CurrentMail.Subject.ToString

Hi @Anived_Mishra

In log message remove the index

Use something like this

"Subject : " + CurrentMail.Subject.ToString

Thanks

1 Like

Thank You. It worked!

1 Like

@Anived_Mishra

If your query resolved then please close this thread by marking appropriate post as solution. So that it will help others who are facing similar issue.

1 Like

Great @Anived_Mishra

kindly close the topic so it would be benefitted to other forum members

Thanks

Happy automation

1 Like

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