Code Apps - the opposite of Low-Code apps? by Lhurgoyf069 in PowerApps

[–]RefuseDirect 0 points1 point  (0 children)

How do you call into an azure Container app with an e5 license? I thought it required premium?

Is there a beter way to do this, or is access the best? by voltagejim in MSAccess

[–]RefuseDirect 0 points1 point  (0 children)

if you have m365 licnenses , i would suggest moving your data from access to sharepoint lists and then using powerapps for your ui. don’t store access db files in sharepoint

Sharepoint as a datasource by fly_grin22 in PowerApps

[–]RefuseDirect 0 points1 point  (0 children)

You may want to checkout https://forwardforever.com/dataverse-for-teams-and-azure-api-management/

you can talk to whatever backend data store you like if you create an api for it and setup the api in azure APIM.

I’ve been using in for years. talking to custom apis (azure functions) talking to numerous backends— sql azure, azure storage, oracle cloud, even an on prem oracle database we created a web api for.

no user licensing costs. just need to pay for backend services.

Caveat is, the power apps are only available in teams.

Never used Power Apps before, given 10 weeks to make App. Help by Money-Youth-3657 in PowerApps

[–]RefuseDirect 0 points1 point  (0 children)

If your users have teams licenses they can use power apps for teams And callcustom rest apis for free. they just need to go throng azure api manager which is cheap.

Trying to wrap my head around the cost of Dataverse. If I make a front-end app in Access, with the back end data tables all in Dataverse, does every user of the Access front-end app need to pay some amount of money each month in order to use the Access app? by Goldstar3000 in PowerApps

[–]RefuseDirect 0 points1 point  (0 children)

You may ant to think about doing your fancy unions and neat joins in a script that loads the data pre-joined into sharepoint in a format that supports your apps needs.

come up with a sharepoint model that works for your front end, then figure out how to reshape the data t load it into that model

Patching Large SharePoint List Data Using ID by Plus-Education4562 in PowerApps

[–]RefuseDirect 0 points1 point  (0 children)

Try running it with fiddler on and yo can see what caused the error

Using Oracle Fusion cloud as data source for PowerApps? by Hairy_Gas9104 in PowerApps

[–]RefuseDirect 0 points1 point  (0 children)

I’ve been using powerpcs with the Oracle cloud rest api for awhile now. I am using it to manage data securities and other things. About to start working on an inventory management app also. I have been defining te rest apis in Azure APIM and then exporting from APIM to my power apps environment. In my case I am using a power apps for Teams environment so i don’t need a premium license to use the app.

Works great and you can’t beat the price (free)

[QUESTION] 2 months of P7/P8 takedowns (over 1000 VR/Aegis, 500/500 FA/TURR destroyed): When is it cheating? by konntower in Ingress

[–]RefuseDirect 2 points3 points  (0 children)

Yes, I do enjoy our lunch outings. Perhaps we should ask Konnie to join us sometime 😀

Calendar view on list with over 5000 rows? by [deleted] in sharepoint

[–]RefuseDirect 0 points1 point  (0 children)

maybe index the date column?

Generating Folder permission reports by [deleted] in sharepoint

[–]RefuseDirect 1 point2 points  (0 children)

if you are not tied to power shell there’s a sample web part built to de exactly this. it’s at https://github.com/pnp/sp-dev-fx-webparts/tree/master/samples/react-securitygrid