sql
2 TopicsAutomatically pull external files into Sharepoint folder
My company has a process that produces reports pulled from MySQL / Sql Server databases and the files are written to a local drive of a server. We need to pull those reports into a SharePoint Folder. I know we can't use a mapped drive, as Microsoft does not support this and also the account won't stay logged in. What are my best options to automate this process?Run SQL Stored Procedure in PowerApps with Flow
Here is what I am trying to do. Right now, I have an Excel spreadsheet that runs a stored procedure and returns the results based on a start date and end date within the spreadsheet. I would like to be able to create a Flow to run this stored procedure and return the results in a table or gallery in my PowerApps screen. Is this possible?