Office 365 message does not have public instance method


Hi, please advise how to fix this error?

1 Like

Hi @Anived_Mishra ,

Could you let us know, What are you trying to achieve ?

If you want to reorder the values in OutputEmail variable, Instead of the Invoke Method, Try using an Assign Activity in the Below way :

OutputEmail = OutputEmail.Reverse.ToArray
1 Like

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