InterviewSolution
| 1. |
How to connect to SharePoint from a canvas app? |
|
Answer» Connect to a SharePoint site to instantly produce an app from a custom list, or create a connection before adding DATA to an EXISTING app or creating a new one. You can use one or both of these methods, depending on where your data is stored:
Power Apps can automatically create a three-screen app for you if you want to handle data in a custom list. On the first screen, users can explore the list; on the second screen, they can view ITEM information; and on the third screen, they can create or amend things. Establish a Connection:
After you've established the connection, you can either add data to an existing app or start from scratch. |
|