Hi guys, I am having trouble of saving the data to my Sharepoint. Here is the code that I did. Can you guys navigate me which part that I had to change?
Patch('Exhibition Competition',Defaults('Exhibition Competition'),
{Title:'Exhibition Competition',
Tech_Title: TextInput4.Text,
TRL: Dropdown1.Selected.Value,
Leader:TextInput4_1.Text,
Institute: TextInput4_5.Text,
Team:TextInput4_2.Text,
Type_of_IP:TextInput4_3.Text,
IP_status:TextInput4_6.Text,
IP_status:TextInput4_7.Text,
Comm_status:TextInput4_4.Text,
Target_year:TextInput4_8.Text,
Partner: TextInput4_9.Text,
which_comp:Dropdown2.Selected.Value,
Category: TextInput4_11.Text,
other_comp:TextInput4_10.Text
}
);
Navigate('Technology Summary');
Since the forms have multiple pages, is it okay if the data at the page will saved to sharepoint everytime the respondent go to the other slide?