Forum Discussion
kywest
Jan 14, 2019Former Employee
Converting InfoPath to PowerApps
I created a power app that replaces an Infopath form. I can switch to using the powerapp but the issue I am having is there is some links on a couple other SharePoint pages that link to the old InfoP...
- Jan 15, 2019Also, if your Form, is SharePoint integrated, you should just be able to link right to the newform.aspx, you shouldn't need all the extra stuff.
So https://domain.sharepoint.com/site/Lists/Test%20List/NewForm.aspx for example.
kywest
Jan 15, 2019Former Employee
That is it! So I have 2 scenarios.
1 - It navigates to a SP list where there is a url I can update. But there is a limit of 255 characters and the link I copied for my new power app is > 255. I am getting the link by going to the SP list for my power app and opening a new request, and copying the link. Is there a way to shorten it or a way to take off the 255 character limit?
2 - It navigates to a SP list with a HTML doc. The doc has code and it seems a little more complicated than copying and pasting the URL. I attached the code I highlighted the part I believe needs to be updated. I doubt you can tell without having access to the SP sites but I attached in case you had some pointers to how I would update this code.
Jan 15, 2019
Also, if your Form, is SharePoint integrated, you should just be able to link right to the newform.aspx, you shouldn't need all the extra stuff.
So https://domain.sharepoint.com/site/Lists/Test%20List/NewForm.aspx for example.
So https://domain.sharepoint.com/site/Lists/Test%20List/NewForm.aspx for example.