Launch Command for Call, Within Flow (For Teams)

Copper Contributor

Using the following flow, I can send an email and take the steps to make a call via Teams.  Straight-forward from adding the code within PowerApps.  Within Flow, is there a way to add the Launch command as well to initial the call?

 

'ClickabuttoninPowerAppstosendanemail-2'.Run("me@there.com","Subject Line","Body Text");Launch("tel:5555555555")

0 Replies