How do I redirect to another page with a button and my data still saving to the sharepoint list ?
I have Launch("https://wastequip.sharepoint.com/Pages/Home.aspx") it goes to the other site but doesn't save the data to the sharepoint list. When I have SumbitForm(FormNew) and click the save button it will save the information to the list.
I need it to do both with function can I use for this ?
Solved! Go to Solution.
Have you tried combining the two like this:
SumbitForm(FormNew); Launch("https://wastequip.sharepoint.com/Pages/Home.aspx")
Have you tried combining the two like this:
SumbitForm(FormNew); Launch("https://wastequip.sharepoint.com/Pages/Home.aspx")
User | Count |
---|---|
261 | |
110 | |
89 | |
53 | |
44 |