Hello again, I am trying to create a Maintenance service request app for my company, and I am having trouble with getting the Data back to the Sharepoint List. I set it up so the initial screen correlates with whatever issue you are having (Plumbing, electrical, etc), and then it goes to a new screen that will allow you to submit a "request" which fills in some data on the Sharepoint list that is relevant to that issue. Problem is it doesn't seem to go anywhere on the OnSelect. I fill in the data, and it goes to the "Thanks for submitting screen, and then I check the Sharepoint list and nothing is there. My "Completion" button has this: SubmitForm(HVAC_Screen_Edit);Navigate(Final_Screen,None)
and nothing shows up. Does the HVAC_Screen_edit have to be edit_form? That kind of destroys my idea as I was going to have different screens for each issue. If there is another way to do this simply ill take that as well.
Thanks for your assistance!