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
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.