Forum Discussion

Deleted's avatar
Deleted
Feb 25, 2019
Solved

PowerApps Send Email Using Variable for Recipients

I can send an email in PowerApps to multiple recipients using this code.    Office365.SendEmail("username1@abc.com; username2@abc.com;", "Test PowerApps Email", "This is a test.")   How could I r...
  • ChrisWebbTech's avatar
    Feb 25, 2019
    I just tested this it worked just fine. When you tested it, did you make sure you navigated away from the screen and back so it triggered the variable data? Put a label on your screen as well you can make sure what the data looks like for troubleshooting when you click it.

Resources