GSuite - Send Email Message

Hi guys, seeking some advice on how to resolve the following error for GSuite.

Compiler error(s) encountered processing expression ““123@gmail.com””.
Value of type ‘String’ cannot be converted to ‘1-dimensional array of String’.

GSuite

Appreciate any help given. Thanks.

Hi @verspact,

Refer the below link

In the Send Mail Message activity, the To property should be array of string variable not a string variable, because To property accepts list of recipients.

So declare a variable of array of strings and provide the input in the below format

5 Likes

Thank you! That solves the issue.

1 Like

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