Azure Info to Power Automate

Say a user logs into the Plumsail form, which is setup with Azure AD B2C. When the user submits the form, their responses to the form are sent to Microsoft Power Automate. Is it possible for it to also send Azure user information to Power Automate, such as their username and email?

Hello @David_King1,

You can get the email and name of the current user using code, save them in the form fields, and then use in Power Automate:

//get user name
fd.account.name

/get user email
fd.account.username