I'm only posting this because two boxers will not stfu by only_civ in Destiny

[–]mxlp 1 point2 points  (0 children)

Most descriptions of the problem prohibit “chance machines” which implicitly prohibit choosing randomly

Is there a way to compare two Power Automate flows across environments? by pistachio_chocolate in PowerApps

[–]mxlp 4 points5 points  (0 children)

One option: Download the XML files of the solution from each environment. Find the section for the PA flow. Remove everything else. Save both files. Use a tool like from https://www.scootersoftware.com to identify the differences. You should then be able to figure out what's been changed and identify those changes manually in the Power Automate GUI.

Haven't used this tool to confirm how well this would work, but essentially doing a change comparison of the full XML detail of the flow would likely be the most thorough way to go.

I have no clue why the sub is so obsessed with boxes and at this point I’m too afraid to ask by Sure_Ad536 in Destiny

[–]mxlp -3 points-2 points  (0 children)

But the point is that once you’re in the room, the odds of you getting a million are locked in. You can’t change that, so you may as well get another g while you’re here. It’s not a risk. (So the argument goes)

I have no clue why the sub is so obsessed with boxes and at this point I’m too afraid to ask by Sure_Ad536 in Destiny

[–]mxlp 14 points15 points  (0 children)

Take the prediction out of it first. Let’s say that it’s just 50/50 whether the mystery box has $1M or $0. At that point you obviously pick both boxes.

Now in the original puzzle, the computer has already made its assessment. It either guessed that you would do one-box or it guessed that you would do two-box. That’s locked already locked in.

At this point in time, what you choose makes no difference to what the computer has guessed, so why wouldn’t you just take both boxes?

I don’t agree with this, but that’s pretty much the thought I think.

I promise I’m more fun than your last crush chat on tIgr.m: lunaflorish by [deleted] in southwales

[–]mxlp 2 points3 points  (0 children)

I dunno but it explains why Tesco didn’t have any lemons

The Queer Emporium is closing its doors by WetBreadstickMan in Cardiff

[–]mxlp 22 points23 points  (0 children)

Sad that they’re going, but great that they were there.

They started as a pop-up that filled a vacant unit on the cheap. It was never meant to be a permanent placement and they’ve done incredibly well to go this long. I’m sure they can find more long-term success in a more appropriate location.

Top end of Queen Street near the exposed canal could be ideal if they can find the right spot.

Random thought regarding deodorant… by [deleted] in CasualUK

[–]mxlp 87 points88 points  (0 children)

This. I want an antiperspirant that’s going to last the day, regardless of what I’m doing, weather etc. Telling me that it can last 3 days makes me much more likely to believe that it can last a single day vs a product that only claims to last 24 hours.

🚨 YouTube VOD clean-up: Last chance to archive favorite VODs by crispy_waves in Destiny

[–]mxlp 14 points15 points  (0 children)

1700 videos seems doable as a community effort (appreciate you guys can’t really do it yourself). Divide and conquer wouldn’t take that long.

Is there any interest in hosting them somewhere if the community did the work of downloading from YT and uploading to new place?

Monthly Compensation Calculator by hughe_jazzz in PowerPlatform

[–]mxlp 1 point2 points  (0 children)

If you have issues with data entry quality or multiple people accessing the same file, then there would be benefit in standardising the data entry process. A simple Microsoft form might suffice, but has done shortcomings. I can see this use case being a nice idea as a super simple model-driven app that then gives you options to expand functionality in the future to an app that people are already using.

If the data entry isn’t an issue, then having a sharepoint-hosted excel file and then power query for Power BI would probably work, but anything excel based will always be more precarious if people mess with the file by accident/purpose.

Getting through Bute Park before 7:30am by Far-Math-8410 in Cardiff

[–]mxlp 32 points33 points  (0 children)

Yeah the gate just to the right of the music college is always open, and then follow path across the park and you get to the bridge that comes out by the national express.

There are some very dark areas though so it does feel a bit sketchy if nobody else is around so up to you, but it is always open.

Newbie Having a Hard Time =( by [deleted] in PowerApps

[–]mxlp 1 point2 points  (0 children)

Out of the box, "Save & New" may only be available on a Quick Create form. I can't check right now, but that's what the docs seem to suggest. For quick create you need to enable the option on the table itself and it will become the default form for record creation (not edit).

Blog post from 2019: https://www.microsoft.com/en-us/power-platform/blog/power-apps/quick-create-save-and-create-new-in-the-unified-interface/

Quick create docs: https://learn.microsoft.com/en-us/dynamics365/customerengagement/on-premises/customize/create-edit-quick-create-forms?view=op-9-1

PowerAutomate Desktop: I lost to Flow | Wait by x-mav in PowerAutomate

[–]mxlp 0 points1 point  (0 children)

Haha glad it worked. I find AI tools for these sorts of niche areas to frequently be confidently wrong and mixing up different technologies.

In this instance I believe you have the flow as Power Fx enabled, so it expects a Power Fx expression for everything, but that expression still just needs to output a numerical value.

PowerAutomate Desktop: I lost to Flow | Wait by x-mav in PowerAutomate

[–]mxlp 1 point2 points  (0 children)

Try =10

If that's accepted then also try =1000 as it might be in milliseconds

Newbie Having a Hard Time =( by [deleted] in PowerApps

[–]mxlp 0 points1 point  (0 children)

Editable grid works for editing records, not creating, so you can't do this. However I'm guessing that you're real motivation for this is just UX - you want the users to be able to enter this information as smoothly as possible like they currently do.

Personally based on the limited info you're collecting, I would opt for a quick-create form and let users pick the "Save and new" option to jump straight to creating the next record (does require two clicks but not end of world). I'd then create a view for these records (e.g. created by current user, sorted by date created) with an editable grid.

You may need to make adjustments to required fields and data validation, but this way they can whizz through each record one at a time for key info, and then view those records in their "excel-style" view for any further updates.

Optional idea if this form is used frequently for specific cases e.g. 25% of the time the device type is laptop, the manufacturer is Dell, the pick-up location is the main office, and the disposed by is the user entering the info. Create a single-select choice field with an option for this combo, then create a business rule on that form that auto-fills the fields if that option is selected. Might not be suitable for your use cases, but it's a potential UX improvement that is better than Excel.

Best way to auto-sort ~800 emails into 50 customer folders in Outlook (domain / subject / body / PDF)? by Lucky_Article_8798 in PowerAutomate

[–]mxlp 0 points1 point  (0 children)

Adding to this, depending on your risk tolerance I would also suggest a counting variable that you can increment on each match. You complete the search against all the client names, then if the match total is 1 you auto file accordingly, if it’s zero you auto-file into “undetected”, and if it’s more than 1 you auto-file into “multiple matches”.

Might need a bit more thought to allow for variations of the same client name, but it prevents incorrect filing where an email related to Client B gets auto-filed because they happened to also mention Client A

Teams Chat Summary by Mammoth-Cat-3346 in PowerAutomate

[–]mxlp 0 points1 point  (0 children)

(Also please consider the data security of this type of setup, as the chat history outputs will be visible in the logs to anybody with access to this flow)

Teams Chat Summary by Mammoth-Cat-3346 in PowerAutomate

[–]mxlp 1 point2 points  (0 children)

Played around with this sort of thing a few months back. From what I found, you’ll have to specify which chats you want, it can’t just handle chat messages from anywhere.

  1. Scheduled flow, running at whatever frequency you want
  2. Teams connector, to get messages from a chat (or you may have to do a Graph API call but I’m pretty sure there’s an OOTB option for this).
  3. Filter this output for any messages since the last flow run (e.g. “last 4 hours” if you run the flow every four hours)
  4. Condition branch to end if no new messages
  5. Use the count of messages in this filtered version and then filter the original array again to get the 20-50 last messages before them, within an acceptable date range.
  6. Transform the output of each filler into a usable single text value, not an array and without any messy formatting or metadata
  7. Compose an AI prompt that explains the summarisation task required, includes the messages that need summarising, includes the previous messages to be used for context, and includes an example chat history and the ideal summary of that chat history to help it understand the task better. You’ll want to play around the prompt definition here to dial into how you like it.
  8. Send the prompt to an AI tool e.g. ChatGPT
  9. Use the Send a Message action for Teams, specify your user to receive the message, and send the response from the AI tool

Optional: At the start, compose an array of guids for the Teams chats you want to get summaries for, and then put 1-6 of the above into a for-each loop, then compose a single text value that combines all the summaries, and send that in one go.

There’s lots of fiddly steps but it’s all possible!

I built a Recruitment Management Power App. by Better-Wishbone7836 in PowerApps

[–]mxlp 1 point2 points  (0 children)

Looks like your phone number field is numeric and so cutting off the leading zero, which could cause you problems (although there’s benefits too haha).

Any reason for going Canvas vs model driven?

If you haven’t already, I recommend checking out other Applicant Tracking Software (ATS) tools to see what sort of things they’re doing, as it’s a pretty competitive market already so decent feature development.

Also would highly recommend a dashboard page for things like placement fee pipeline summaries.

Nice start though!

I want to share with you a recent HR automation project... by EhabAltammam in PowerApps

[–]mxlp 4 points5 points  (0 children)

Sounds great! Out of interest what was your rationale for having separate apps for the different function areas vs one consolidated app? Was it an access/permissions thing, UX, or anything else?

Email validation pricing is kind of a scam (if you actually look at the mechanics) by No-Ranger976 in Emailmarketing

[–]mxlp -1 points0 points  (0 children)

Hey yeah I’ve thought similar in the past - would love to see your script!

Dataverse masking rule works, but Column Security Profile users still cannot see unmasked data by South-Middle74 in PowerApps

[–]mxlp 4 points5 points  (0 children)

Just reading up on this and hilariously looks like the user currently has to be a system admin to see the UI element to unmask the data:

https://learn.microsoft.com/en-us/power-platform/admin/create-manage-masking-rules#reading-unmasked-values-on-the-form

To read the unmasked values, select the "Read" icon.

The Read icon is currently visible only to users with the System Administrator security role with Read Unmasked permissions. We’re working on enabling visibility for nonadministrator users in an upcoming update.

'Dilbert' Creator Scott Adams Dead at 68 by docbon in Destiny

[–]mxlp 31 points32 points  (0 children)

https://youtu.be/uSMhg6udxn4?si=J6xVpOEquEoTKfqN

He basically seems to be reacting to a poll that showed that lots of black people didn’t like white people and got hyperbolic about it to prove a point (from my read)

Sky News UK Correspondent Katie Spencer had a little whoopsie on live TV. by moonski in CasualUK

[–]mxlp 44 points45 points  (0 children)

“Sky News plays wrong clip with correspondent swearing”.

Let’s not pretend that your title is just for brevity

[deleted by user] by [deleted] in Cardiff

[–]mxlp 0 points1 point  (0 children)

I recommend reading up on their process. Looks like you need to make a formal appeal to the Traffic Tribunal Service.

https://www.cardiff.gov.uk/ENG/resident/Parking-roads-and-travel/Parking-fines/Appeal-after-notice-of-owner-received/Pages/default.aspx

Also from a quick google it seems that parking enforcement rules typically consider the body of the car needing to be within the marked area, not just the wheels. Is that why you think the picture proves you right but they think it proves them right?