Connecting to a sharepoint list

Is there anyway to connect to a sharepoint list or access database? I have an idea for an app and would like to store the data in SharePoint.

Hello Ryan

Perhaps you can use the SharePoint api using the Web component. The following gives some pointers in working with apis Communicating with the Web

https://docs.microsoft.com/en-us/sharepoint/dev/sp-add-ins/get-to-know-the-sharepoint-rest-service?tabs=csom and

Connect to SharePoint APIs | Microsoft Docs

](https://docs.microsoft.com/en-us/sharepoint/dev/spfx/connect-to-sharepoint)

however, it appears this may require tools that are not available in App Inventor.