I have the below code and when it is submitted it is set to also email but for some reason the email data is not the data that just got saved but is from a previous form. How do I make it use the data they just put in.
SubmitForm(EditForm1);
If(FormTypeDropdown.Selected.Value = "Form",Office365Outlook.SendEmailV2("email@address.com",
"Form","Name:" & " " & DataCardValue9.Text & "<br>"
& "Job :" & " " & DataCardValue10.Text & "<br>"
& "Date1:" & " " & DataCardValue48.Text & "<br>"
& "Date2:" & " " & DataCardValue47.Text & "<br>"
& "Work:" & " " & DataCardValue15.Selected.Value & "<br>"