Hello community,
Some help please. I have 6 screens, the first 5 screens are to grab answers from a boolean radio button.
On Screen 6 I have added Edit Form with a datasource to the SharePoint list "AccessPersonsList" and added the attachment control.
On Screen 6, submit button here is my code:
Patch(AccessPersonslist, Defaults(AccessPersonslist),
{Title:User().FullName, Q1:Radio1.SelectedText.Value, Q2:Radio2.SelectedText.Value, Q3:Radio3.SelectedText.Value,Q4:Radio4.SelectedText.Value,
Q5:Radio5.SelectedText.Value}); SubmitForm(Form1)
The problem I am having is on the Screen 6 - the form does not load and attachment does not appear. It just says Getting your data. Do you know how I could combine the question screens with an attachment.

On play:
