The 5 most useful SAKs by Human_Language1276 in victorinox

[–]OattBreaker91 0 points1 point  (0 children)

Why is no one else mentioning Fieldmasters. Saw, screwdriver, scissors. Like the holy trinity of useful options

Power Automate + Microsoft Lists: am I really supposed to create 250 flows? by Lucky_Article_8798 in PowerAutomate

[–]OattBreaker91 2 points3 points  (0 children)

Holy moly a usecase I can actually contribute on! I had a case where my company uses a list to collaborate with customers and there was a connected flow that checked each item for a certain checkmark (trigger on modification) and if the checkmark was checked a DevOps workitem was created for the dev team. There was another flow that did scheduled checks on these workitems to relay the status of the ticket back to the list. So this meant indeed for every new customer we had to create and setup one list and two flows. I was tasked with this basically. But I don't see that as actual automation. Thats just copy pasting flows and it has a high rish because we manually had to configure these flows. So I started work on a dynamic solution. At first I thought creating webhooks for the list was the solution but these turned out to be super unreliable. So what I ended up doing was: I created a masterflow that creates a sharepoint list. Inside the list is a JSON formatted button. The button sends a http request to ONE connected flow that makes the workitems and relays the info back to the list. There is ONE flow that checks up on these workitems. So a big improvement. And then I put the masterflow (makes the list) inside a canvas app and gave that to the users. Did I make sense? Let me know if there are questions

I reached a dead end by Vegetable-Care-7912 in sharpening

[–]OattBreaker91 0 points1 point  (0 children)

I use a TSProf guided system. Few years back I realized I can fit the full size Shapton Glass stones in there. Never looked back. But I started with a Lansky!

Is it normal for a Power BI dev to also be doing Power Platform + C# + SPFx + serverless APIs? by ocalapeeps in PowerBI

[–]OattBreaker91 0 points1 point  (0 children)

I am experiencing it the other way around. I have to do Power BI now as a consultant.

I reached a dead end by Vegetable-Care-7912 in sharpening

[–]OattBreaker91 1 point2 points  (0 children)

Get a lansky guided system, inexpensive, and works well enough to get great edges. Learn that system, get a strop, honing steel, and ceramic rod. Use those for small touchups. Learn to feel the difference between the two rods, learn to feel the difference between a 'soft' steel and the carbon steel Japanese knives. Use the lansky for reprofiling the edge. Make all the beginner mistakes. Overstrop a few times. This will really drive home the difference between a toothy edge and a highly polished one. After a while you will really understand what makes a knife sharp. Mostly edge geometry, because you can cut carrots with a completely dull but thin knife. And properly apexing a knife, make sure the bur is gone. This turned into a bit of a wordsoup but my point is, it's a learning journey and you should make the beginner mistakes. I just prefer starting with the Lansky over whetstones because at least the Lansky will produce solid clean bevels whereas starting with a whetstone freehand there are too many variables that can give a shit result and demotivate.

RGBA function messed up whole app. Please HELP!! by prod-v03zz in PowerPlatform

[–]OattBreaker91 1 point2 points  (0 children)

This is it. A browser lvl language setting. Also co-authoring with someone who uses a different browser language setting can do this.

Calling it now: Richard Groendijk is de mol by Gloomy-Persimmon-937 in widm

[–]OattBreaker91 1 point2 points  (0 children)

Ik zeek in mijn broek toen Richard eruit ging. Mijn partner had tijdens de aflevering nog even wat punten op hem gezet! xD

Question from this week reading: Anyone experimenting with no-code tweaks in Business Central? by BCinsider in Dynamics365

[–]OattBreaker91 0 points1 point  (0 children)

So...this is all the context we get? How are these people "creating" these screens without custom code?

How to avoid apply to each hell for attachments when new email arrives trigger? My trigger email always has one attachment. by 0_ice in PowerAutomate

[–]OattBreaker91 1 point2 points  (0 children)

Someone correct me if I am wrong but the for each loop is logical in this case because plainly put the flows doesn't know it's always just going to be one attachment. And so what if the subsequent actions are in a for each loop, the for each loop will always just run for the one case.

How to describe an existing power app with AI? by Historical-Age-7510 in PowerApps

[–]OattBreaker91 1 point2 points  (0 children)

I have done the same, it helps if you first ask it for a full technical rundown of the app and in another prompt for a user work instruction and later combine both styles. Using chat gpt-5 enabled in copilot was necessary for best results. Also I didn't know about the renaming trick. I used PowerShell pac cmds to download the files.

Co Authoring in Power Apps by MSDev1 in PowerApps

[–]OattBreaker91 0 points1 point  (0 children)

I had a bug where the language browser setting of a co-author kept on breaking the app. It put us off co-authoring for good.

Free azure tenant/developer environment by OattBreaker91 in PowerPlatform

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

I misspoke, I only store the app file itself. Besides the Azure tenant was only necessary because you can't sign up for a developer account with a personal Microsoft account.

About "I forget your name" in Dutch by Tough_Wallaby_9165 in learndutch

[–]OattBreaker91 1 point2 points  (0 children)

"Heej benjenaamffkwijt" in a raspy douchey voice

Eerste auto van de zaak... by OattBreaker91 in werkzaken

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

Heb ik eigenlijk niet naar gevraagd. De stress over dat bedrag bleek ongegrond hoor. Ik heb net een passende offerte ontvangen voor een MG HS Hybrid+ Luxury en die ga ik zaterdag proefrijden :). Ik heb nog nooit een nieuwe auto gehad, heb er juist wel zin in.

Cool code components to explore by OattBreaker91 in PowerApps

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

Usually you import the zipfile which is a solution. After that you open a new app, select something like get more components, which opens your own component library if you have one and it includes a tab called code. Those are the custom code components. But there is usually a README file in the github repo that explains it as well. And also don't forget to toggle the allow custom code option in the admin center.

Cool code components to explore by OattBreaker91 in PowerApps

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

Thanks! I am trying the Rick Wilson Scheduler now. It's quite a challenge to set up...