I am trying to create an automation that uses the EY Send Mail Activity however there is no Account value populated when I select the activity, What can be happening here?
Welcome to the community
Looks like a custom activity…
Please either use normal send activity…or as per the value type provide a value to account
Cheers
1 Like
Hello @jabid.jimenez
- Create a variable to store the “EY Send Mail” activity: sendMailActivity.
- Use an Assign activity to set the “Account” property:
- Assign sendMailActivity.Account = “YourAccountName”.
Replace “YourAccountName” with your desired account name.
Thanks & Cheers!!!
1 Like
It is solved now!! I just forgot to “Use Outlook 365” before calling the send email option. Now it works
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.