Question

I'm envisioning having an agreed upon budget that I store on the cloud and having folks submit 'invoices' based off that budget.

Question 1) I want to have the invoicer be able to select from multiple types of expense, draw from multiple piles of funds, and have input validation assure them that they are inputting correctly. Which back-end data service is best? OneDrive via an Excel file? Some kind of Sharepoint resource I should look into?

Question 2) I completed the PowerApps tutorial and they had me copy-pasting code. What language of code is this? Is it possible to do everything without code?

Question 3) Where's the best place to ask PowerApps questions besides this subreddit? Stackexchange?

Thanks!

Was it helpful?

Solution

PowerApps is a good approach to start this. Consider based on on-going budget and almost write less code or no code solution

  1. SharePoint - Because you can use the same license with PowerApps plan(other are definitely good but it will gonna cost little bit extra. There is no straightforward metadata extraction you need to open the files manually to correct the code to do this process. But if you use SharePoint list then can directly go there and edit item as appropriate). Also, If you choose SharePoint it comes with OOTB Workflow and CMS capabilities.

  2. PowerApps is no-code or rather less-code(depend upon needs in your use case) platform but gives us the rich capability to design screen. However to apply business logic we need to use easy excel like forumlas with an in-built function for easy to complex tasks.

It also provides rich set of connectors from MSFlow to Azure Functions.

Related Articles:

  • Create an app from scratch - here, here

  • Custom connectors - here

  • Building flows - here

Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top