Hi,
I am new to Powerapps, I am trying to launch mailto event on button click in edit form.
I have requester (Peoplepicker) field in the form.
OnSelect I am triggering the event like this.
Launch("mailto:""&subject=Something goes here")
I would need requester email id inorder to send email.
Any help would be much appreciated.