Hi Power app team,
I am developing a canves app and Datavers as data source. my Issue now, i want to submit a form and send eamil to user witht he update record.
in the Table, user column typy is a lookup to Microsoft Entra ID
and in the canvse screen the user card fields is Display name & Mail and all the options are here below:

on success sumbiting the form, I call a flow to run with this code:
CheckForm.Run(Form.LastSubmit.'User Name'. 'Disply Name')
all will works smothly with no issues
BUT
if i change the Display name to Mail, means:
CheckForm.Run(............... then the last code is
Form.LastSubmit.'User Name'. Mail)
i recive and error
Sure Text_4 is this Mail
Please help.
Thank you