I'm trying to send items in my power app form after submission to email using. The fields from my form come from a sharepoint list and are stored there.
SubmitForm(Roundtable2);SubmitForm(Safety);Office365Outlook.SendEmailV2("XXX@email.com", "Notes", DataCardValue48.Text & DataCardValue43.Text & DataCardValue2.Text)
It emails the correct title to the right email, but the body of the email is blank.

