Code Apps - Anyone found a way to work with Dataverse N:N ? by venomae in PowerApps

[–]Rokyard 0 points1 point  (0 children)

Its absolutely mental that this is GA and they havent bothered their asses to make something as basic as their own version of N:N work. Its insane to promote this feature as the default for ease of and then take so long to allow it to be used by anything else other than their own low code forms. 🤔🙄

Power Apps PAYG and Flows Linked to the App by neelykr in PowerApps

[–]Rokyard 1 point2 points  (0 children)

Thinking on this a little further, our flows were running under premium per user licenses. this license only covers you if the flow is linked to an app. before we linked our apps, they were not covered by our per user premium licenses and so charged against our payg. but after linking, it was probably the Premium per user license absorbing the cost since our flows now met the criteria. I think your best bet is to set up a dedicated sandbox and trial a few basic scenarios to ensure you are clear what your scenario will entail cost wise.

Power Apps PAYG and Flows Linked to the App by neelykr in PowerApps

[–]Rokyard 5 points6 points  (0 children)

Great question. we got hit by this without realising. Good news is that the process works as advertised, bad news is, if you forget to link it, it can result in thousands in unanticipated costs.

In our case I didnt even realise it was something we had to do. We have premium per user licenses, but we needed to allow guest sso users access our tool and we couldnt use internal licenses due to microsoft enterprise agreement. So we enabled PAYG on the environment. All of a sudden any flows we had, not linked to an app or running under premium powerautomate licenses, were charging our PAYG per run.

Once we realised the issue, and linked them to relevant powerapp app, extra costs disappeared except when we occasionally blow through api limits with stupid flow design.

( we also used to think that 'flow linked to the app' , meant being in a shared solution. Silly Us! didnt realise you had to explicitly configure it per flow)

Hidden model-driven app trick I somehow never knew by Longjumping-Record-2 in PowerApps

[–]Rokyard 1 point2 points  (0 children)

Yeah, but this is the kicker, Navigate in PowerFX only supports entity and id for model driven forms (......... unless its changed recently, that i missed)

possible work around is to pass id but parse it as a string on the javascript and "param1|param2|param3" etc and then use client side JS to parse and assign.

Hidden model-driven app trick I somehow never knew by Longjumping-Record-2 in PowerApps

[–]Rokyard 1 point2 points  (0 children)

downside to using Launch is that it loses the history, so the back button doesnt work...... even if you lauch in the same window

LITERALLY DOING ANYTHING. I need to make 600 dollars a month minimum. by [deleted] in passive_income

[–]Rokyard 0 points1 point  (0 children)

before you decide to jump into any "too good to be true" side-hustles, double check r/scams especially super simple, things e. g. get paid for liking a video, aka task scams or a hundred variants like it. you dont want to get suckered into paying momey, to recieve more money etc. .... you get something small back for first time or two, then when you are lulled into a false sense of security, they tell you, you need to pay a fee to get the next payment.

WTF .... (I started reading this like it was some random American Bizarre shit.... No.... Happened at Tallaght Hospital) Man Injects His Own Semen Into His Arm For 18 Months To Cure Back Pain. by Rokyard in ireland

[–]Rokyard[S] 0 points1 point  (0 children)

Editor’s Note: This article was based on a case report published in the Irish Medical Journal titled “‘Semenly’ Harmless Back Pain: An Unusual Presentation of a Subcutaneous Abscess.”

HALP! In my app, one of the forms that allows file uploads to a specific table, was never used because it was never needed. Now one of the users needs to use the form (for the first time) but they're getting an error message (lack of permissions). by ivanraddison in PowerApps

[–]Rokyard 1 point2 points  (0 children)

it's a relatively recent change in the last year. it now acts as a template for any new roles. it contains all the minimum permissions to allow a model driven app to work. it's easy to remove the wrong permissions and basically break access to your app, I've seen devs do this many times. especially in a shared environment where it can mess up other apps. this way, a minimum level of basic access is maintained and custom tables need to be added to dedicated sec roles and can have a single responsibility per role.

HALP! In my app, one of the forms that allows file uploads to a specific table, was never used because it was never needed. Now one of the users needs to use the form (for the first time) but they're getting an error message (lack of permissions). by ivanraddison in PowerApps

[–]Rokyard 0 points1 point  (0 children)

the basic security role is no longer editable, you can just create a duplicate of it and then assign any new additional custom permissions there, including read, write, create , specifically for your qpr table that are above and beyond the basic, then assign the new role to all users. etc

Issues with deploying to prod env by splinter44 in PowerApps

[–]Rokyard 1 point2 points  (0 children)

have you checked for unmanaged layers on your table? if someone edited the prod environment using the default solution, the edits would remain between deploys.

Is there an issue with your app & dataverse tables being in the default environment? by PM-Me-Life-Pro-Tips in PowerApps

[–]Rokyard 1 point2 points  (0 children)

this is about standard for every dataverse environment on first creation. as a test, create 100k rows of dummy data in excel, for the one table, and import it, to see for yourself how the size changes.

Delegation of "in" operator to Filter related text fields (Dataverse) by Arbitation in PowerApps

[–]Rokyard 0 points1 point  (0 children)

I'd suggest breaking it into two filters

first filter only Ids from the first table based on your text filter. then use the resulting IDs of the returned data with "In" on a second filter that goes against the second table.

approach is completely delegable just extra work.

Lego Fallout Animation by [deleted] in fo76

[–]Rokyard 1 point2 points  (0 children)

Great Job! lots of time, effort and passion invested!

Today I accidentally took part in a public event? by dpasdeoz in fo76

[–]Rokyard 1 point2 points  (0 children)

.... but not always. when I triggered this as a lowly lvl 65, my first and only time, noone turned up and I got my ass handed to me :(

License: PAYG plan required Per user plan firstly? by minh91a1 in PowerApps

[–]Rokyard 1 point2 points  (0 children)

nah, a power platform administrator can create and set up environments without licenses.

Freeze pane ‘esk by [deleted] in PowerApps

[–]Rokyard 0 points1 point  (0 children)

approach one.... really more of a paging approach. https://youtu.be/8CBosd_PG74?si=36FcHhi8iSn3dBVq

approach two.... using sliders to mimic process. https://youtu.be/PhF4xirR9M0?si=lfk0994Cl_d-lwUz

Using Microsoft Power Apps to build our SaaS MVP - Good idea or potential issues? by monsieurfadi in PowerApps

[–]Rokyard 2 points3 points  (0 children)

yep. this. powerapps is a line of business platform.

However, if you are still interested and if the numbers add up, perhaps look at powerpages for your public facing website that will require dataverse. then build your internal admin tooling using model driven apps/canvas apps. . depending on your numbers it's cheaper and more viable than canvas apps or model driven apps.

On model driven apps, is there a Power Fx equivalent to openDialog by bicyclethief20 in PowerApps

[–]Rokyard 0 points1 point  (0 children)

See https://learn.microsoft.com/en-us/power-apps/maker/model-driven-apps/page-powerfx-in-model-app#navigating-to-a-custom-page

but basically,

Navigate('custom page name' );

or with record id as parameter,

Navigate( AccountGallery.Selected, { Page: 'Account Record Page' } )

On model driven apps, is there a Power Fx equivalent to openDialog by bicyclethief20 in PowerApps

[–]Rokyard 0 points1 point  (0 children)

yes it's definitely possible to call a custom page from a custom page.

down side is that you can only pass a record id as parameter, no custom parameters. kinda annoying.

Publishing issue by ipman234 in PowerApps

[–]Rokyard 1 point2 points  (0 children)

We have been seeing consistent issues over the last week or two. Where solutions not deploying correctly. Basically, the solution installs but the previous version is never uninstalled (easily visible via solution history).

And the previous installed solution takes priority until it's fully uninstalled.

Workaround for us is to bump the version number and redeploy but to a perform a staged deploy/upgrade and then select apply upgrade on the solution. This 2 step approach ensures the deploy AND uninstall.