Hi all,
I have a button aiming to save data captured using a form within Powerapps and send it into a SharePoint List, one of the DataCards of my form is the email address of the user, I have the following formula:
User().Email
The format of the DataCard is text but is storing an email (which I think is Hyperlink format)
In my buttom action I have the following formula, aiming to create a new item in my sharepoint list
SubmitForm('FSE Process Form')
This gave me the following error:

My Sharepoint list column is formatted as Hyperlink

How could I solve this? any idea would be highly appreciated.
Thanks