
Hi
I am creating a canvas app. I have to populate text input field from another field which is a people picker data type in data type. I want whenever I choose a person then email should populate by itself. Can anyone give me hint how to do it?
Hi,
People picker is combox box. So you need to write below expression to populate text field with selected record email address.
peoplepicker1.selected.Emailaddress