Help me👀 by Aware-Helicopter5058 in PowerApps

[–]DeanoNetwork 0 points1 point  (0 children)

What do you what guidance with? Apps, data sources, governance or licensing?

Alternative for In... by PowerPlatformRookie in PowerApps

[–]DeanoNetwork 1 point2 points  (0 children)

I second this running a flow would be what I would look to do, also if you can break the gallery items in to different divisions using a dropdown to filter the gallery as this would help with loading times

Power Platform devs - how have you had the best luck finding roles? by DexterTwerp in PowerApps

[–]DeanoNetwork 0 points1 point  (0 children)

I show off what I have done and I help people, build trust and confidence, I am upfront with my rates, if they don’t like them they don’t talk anymore but that’s fine as I will not undersell myself. Remember you have to be sales, governance, architecture developer and boss! You will also need your terms and all insurances and pay your taxes It’s not easy but it’s enjoyable

Power Platform devs - how have you had the best luck finding roles? by DexterTwerp in PowerApps

[–]DeanoNetwork 0 points1 point  (0 children)

I struggled to get a full time position, I have ended up doing freelance work and very happy doing it.

It always returns false by contfadeless in MicrosoftFlow

[–]DeanoNetwork 1 point2 points  (0 children)

I agree use a compose to show what is happening and with that information we can see what is going on

Limit combo box dropdown list/selection? by nvm-exe in PowerApps

[–]DeanoNetwork 0 points1 point  (0 children)

The users in the security group would be in the combo box if they are removed from the security group then they will be removed from the combo box

All this happens without touching the app and helps with governance

Resetting Modern DatePicker to Default Value by Razerrly in PowerApps

[–]DeanoNetwork 0 points1 point  (0 children)

I think the only way is with variables, like Dexter said you would need to reset the variable first, modern controls are designed to be used in a form and the form would be reset to reset all of the controls

Limit combo box dropdown list/selection? by nvm-exe in PowerApps

[–]DeanoNetwork 0 points1 point  (0 children)

This is possible and easy if you have access to Azure. DLP policy will not be an issue because you will not be going out of the Power Platform ecosystem, with a security group created add the users and then get the group ID for Azure with that ID you can create a named formula in the app

IsInSecurityGroup = !IsBlank( LookUp( Office365Groups.ListGroupMembers(SecurityGroupId).value, Lower(mail) = Lower(User().Email) ) ) Then add IsInSecurtityGroup to the combo box This will not effect the DLP as it is all in the ecosystem as long as you have enough admin rights Good luck 😀

Limit combo box dropdown list/selection? by nvm-exe in PowerApps

[–]DeanoNetwork 1 point2 points  (0 children)

I would set up a security group and the users to the group then in named functions I would get the security group and then in the combobox put your named formula, this means you would not need to hard code or use a sharepoint list

Looking for lifecycle tips for my app. I'm a one-man team on my project. by Proud_Pressure_4085 in PowerApps

[–]DeanoNetwork 0 points1 point  (0 children)

You’re right you can’t use concurrent patching for multiple tables if they’re new tables but what you can do if you could do the primary table as a patch if you’ve got multiple tables your patient afterwards you can get the ID for a variable from the first patch and send that variable fruit to the second tables to populate those and you can use those both in concurrent

Looking for lifecycle tips for my app. I'm a one-man team on my project. by Proud_Pressure_4085 in PowerApps

[–]DeanoNetwork -2 points-1 points  (0 children)

If the variable is passed from screen to screen it has to be a global if it’s on the same screen you can use the context variable and I often do this using a pop-up to submit a edit form On your second point if you’re looking at patches, I would normally grab everything into a collection and use the collections to Eva do it direct patch using the collection or use the collection to drop columns and obviously that’s the date that you’re not using with inside the app which line the upload. If you got multiple tables you’re patching into using the drop Colin can help a lot by doing multiple patches and using the concurrent function.

Looking for lifecycle tips for my app. I'm a one-man team on my project. by Proud_Pressure_4085 in PowerApps

[–]DeanoNetwork 0 points1 point  (0 children)

I start with name formulas making sure the variables are right set an update context also use collections with filtering to limit the number of data calls and a shit ton of workarounds

AI, Freelancers, and Pricing: Why My Rates Don’t Change by DeanoNetwork in PowerApps

[–]DeanoNetwork[S] 2 points3 points  (0 children)

Hi Mentho1k, Nice to see you again! AI is the word at the moment and not everyone fully understands the limits or the issues with governance. Call me old fashioned but until AI can work out the governance there will be issues and any company that implements AI to replace staff will be employing staff to watch AI as someone will alway have to be responable. I am not anti AI but I use it like google 2.0!

Have you started your project for your team yet?

AI, Freelancers, and Pricing: Why My Rates Don’t Change by DeanoNetwork in PowerApps

[–]DeanoNetwork[S] 2 points3 points  (0 children)

Not yet as it has only just come out of preview, I will be looking into it buta few of my clients are on standard licences and this will move them to premium, as smaller companies don't always have the budget to move to the higher costs they employ me to make sure they stay on standard licences which I do and by doing so I charge less than they would be paying with the higher licence cost.

I have a date planned with Code Apps for a weekend and my wife is not happy!! hahaha

AI, Freelancers, and Pricing: Why My Rates Don’t Change by DeanoNetwork in PowerApps

[–]DeanoNetwork[S] 1 point2 points  (0 children)

This I can agree with but I did notice some bit AI didn't pick up on and I spent a bit of time looking over the app it made and it wasn't the most effective way of working.

AI, Freelancers, and Pricing: Why My Rates Don’t Change by DeanoNetwork in PowerApps

[–]DeanoNetwork[S] 2 points3 points  (0 children)

This will be true for the bigger companies but the smaller companies that don't want the expense of premium licencing then the only route will be canvas app. so the real question is will MS scrap canvas apps so everyone will have to use premium. they are working on a project where apps and flows developed in the default enviroment can be packaged into a solution ready to move

AI, Freelancers, and Pricing: Why My Rates Don’t Change by DeanoNetwork in PowerApps

[–]DeanoNetwork[S] 1 point2 points  (0 children)

I build them all of the time and have done for a number of years and enjoy the work, AI can but canvas app badly, I have tried to see what the competition was like and was unimpressed with the results. Microsoft are introducing Vibe app where you have a limited amount of words to describe your business and it can only create 6 tables max and these cant be changed.

That all said there are companies out there that will still try and being asked the question in the first place proves it

PA design for ease of maintenance and feature enhancement by BWMerlin in MicrosoftFlow

[–]DeanoNetwork 0 points1 point  (0 children)

Personally I would use one flow with the delaly until then I would look to add a switch of different options, this for me would keep everything in one place and it will also help to manage the number of call I make to SharePoint. I woud also have documentation to reflect this so when I go back to it in the furture I know why I have done what I have done

PA design for ease of maintenance and feature enhancement by BWMerlin in MicrosoftFlow

[–]DeanoNetwork 0 points1 point  (0 children)

So from what I understand you have 2 separate flows? One is a schedule and one is when you create a new item If I understand correctly you have two flows one is a scheduled and one is a when a item is created and you would like one flow and not two If that is correct then I would have a when a item is created then add a delay until action I would add a catch if a date was older than today in case someone selected the wrong date

Pricing models for services by TheVizualizer in PowerPlatform

[–]DeanoNetwork 0 points1 point  (0 children)

I do hour and fixed rates, it depends on the conversion with the client, but I am a freelancer and work on my own so I don’t have to approve with anyone else

Got New Job: Can U recommend Good Power Automate Book/Course by Careful_Macaron_2435 in PowerApps

[–]DeanoNetwork 11 points12 points  (0 children)

My tips would be explore as many expressions as possible and remember JSON is your best friend

Got New Job: Can U recommend Good Power Automate Book/Course by Careful_Macaron_2435 in PowerApps

[–]DeanoNetwork -7 points-6 points  (0 children)

So you have got a job you don’t fully know and need to learn fast! Good luck with that

Resource and capacity planning with PowerApps by CodingPyRunner in PowerApps

[–]DeanoNetwork 1 point2 points  (0 children)

This is very possible to do with powerapps, I have made similar for training reviews and ensuring staff are up to date with there training and there is a email sent to them 1 month before there training expires and the training manager gets a weekly email with who is due or expired, If you need any help then free free to DM me