Forum Discussion
Converting InfoPath to PowerApps
- 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.
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.
So https://domain.sharepoint.com/site/Lists/Test%20List/NewForm.aspx for example.
- kywestJan 15, 2019Copper Contributor
Thank you so much!! I successfully updated both links.