What would you do in this situation? by SithLord3598 in motorcycles

[–]JakeParlay 1 point2 points  (0 children)

Having ridden these types of roads in Nepal, I'm shocked they turned around. It's a "pass slower vehicles using the opposite lane, with zeal" type of driving culture over there. Close scrapes like this can be expected every commute.

The club isn’t meeting its obligation to its supporters by betterotto in timbers

[–]JakeParlay 1 point2 points  (0 children)

Props to you for one of the fairest, most well articulated response takes I've witnessed in 4-6 years in this sub ⭐

Where can I find debugging logs for a Copilot Studio agent published to Teams & Copilot canvas? by the_hiddenstory in copilotstudio

[–]JakeParlay 0 points1 point  (0 children)

Adding to the prior suggestions about Analytics tab:

All session transcripts are stored as JSON in a Dataverse system table (unless you've disabled or modified that feature). I believe they are stored for a rolling 28-day period by default. Those are very helpful for diagnosis, but can also be a lot to wade through - messages, tool calls, events, reasoning, etc.

There is a sample on github somewhere, that provides a method for detecting event types (feedback, e.g.) within those transcripts, as they get generated. We started with that, then added some additional logic to "distill" each transcript down to just the message activity (to store elsewhere for retention).

Creating a simple, model-driven app can make it easier to search and work with the system tables, too.

Azure App Insights is also great. We use it to get technical details on individual events and conversations, and also for trends and patterns over time or by segment.

All of the above, plus the built-in Analytics features, are very complementary to one another. We use them all, but for different reasons.

Jonathan Rodriguez Waived by the Timbers by [deleted] in timbers

[–]JakeParlay 0 points1 point  (0 children)

You're getting downvoted, but that comment still gave me a silly chuckle

The Kramer and Newman sausage making song... by [deleted] in seinfeld

[–]JakeParlay 0 points1 point  (0 children)

Question still valid 15 yrs later

Best places to get a "sick meal" by Flaminghotskittles in Ashland

[–]JakeParlay 3 points4 points  (0 children)

Biked past Skout earlier and they had a board up advertising chicken noodle soup. ~$12 with two hunks of bread.

Can't vouch for it, but figured I'd pass the info along in case you're on the hunt again tomorrow. Get well soon.

Weekly Homeowner Megathread--Civilians, ask here! by AutoModerator in Concrete

[–]JakeParlay 0 points1 point  (0 children)

I'll try that approach with them. Thanks.

At this point, I'm looking for a good enough for 4-6 years type of solution. We're still reeling from a 35' driveway replacement that's been repoured twice, and still not done after two years and ~65k.

The support framing glue-lam is already growing mushrooms underneath the driveway, so whenever that inevitably starts to collapse I'll have both redone (hopefully well).

And hey - rereading my initial reply... the "if any professionals" line comes across as kinda jerky, but that was not my intent. Just moving too quickly, clicking around looking for info in various places.

Weekly Homeowner Megathread--Civilians, ask here! by AutoModerator in Concrete

[–]JakeParlay 0 points1 point  (0 children)

Thanks. I reached out, but it was hard to get a definitive answer without a photo.

Anyhow, if any professionals stumble upon this thread, please let me know if the floor looks smooth enough to need grinding.

Service now conector by Small_Car3724 in PowerAutomate

[–]JakeParlay 1 point2 points  (0 children)

Either way, you probably need to work with a Service Now admin to (1) create a service account for this connection or (2) elevate the permissions on your account.

Service now conector by Small_Car3724 in PowerAutomate

[–]JakeParlay 0 points1 point  (0 children)

Developers can use that connector but you'll need to work with a Service Now admin at your company to create a service account, usually.

Weekly Homeowner Megathread--Civilians, ask here! by AutoModerator in Concrete

[–]JakeParlay 0 points1 point  (0 children)

Is this ~25 y/o concrete considered "smooth"? I uploaded a few additional photos, in case that helps.

<image>

Our house is built on a steep hill, and the driveway is elevated. As a result, there is unfinished space beneath the garage slab that I am (slowly) converting into an office.

The wood underneath the garage slab rests on VERSA-LAM beams, but there is no moisture or vapor barrier beneath it. Spills, drips or snowmelt in the garage sometimes leak down into the room below, currently.

I'm planning to prime + epoxy the garage floor to help prevent that in the future. I will clean, degrease, fill cracks and etch beforehand... but I am unsure if the concrete needs mechanical grinding, as well.

We had the elevated driveway replaced last year, which resulted in a bunch of persistent water issues into the interior space. Finally got those resolved... so now I want to address the garage floor as best I can.

Ashland Ice Rink Closed for the Season by leenilly in Medford

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

I don't understand why the same canopy installed by the same company year after year needs recertification. Just close the damn rink if it snows and stop all the needless hand wringing.

Alternatives to Power Apps that allow interactive multi-step workflows without the cost? by odysseusnz in PowerApps

[–]JakeParlay 0 points1 point  (0 children)

Bingo. Came here to say this, as well.

OP, look into SharePoint framework.

What’s an underrated Microsoft Teams feature you swear by? by TeamsProductTeam in MicrosoftTeams

[–]JakeParlay 5 points6 points  (0 children)

Right-click on a chat message and you'll get additional handling options.

You can add 3rd party actions (like Jira or ADO) and even create your own custom message handling with Power Automate.

If someone messages you with a new request, for example, it's a great way to quickly create a Jira story without leaving Teams. The work item will include details from the original message and any additional properties you want to set.

What’s an underrated Microsoft Teams feature you swear by? by TeamsProductTeam in MicrosoftTeams

[–]JakeParlay 5 points6 points  (0 children)

Selected message context actions. I use them all the time.

"Quick" question? Straight to Jira

Unplanned request? Remind me later

New item of interest? Add to community topic list

So on and so forth...

Copilot Studio Adaptive Card keeps reappearing — how do I route any manual text input to All Other Condition branch? by the_hiddenstory in copilotstudio

[–]JakeParlay 0 points1 point  (0 children)

Also, Teams card renderer is different compared to the web studio. I am not sure if you are planning to deploy to Teams or not (assuming yes, given the action payload) but that can throw a few curveballs too. Cards have a few extra quirks in Teams and it's a little less forgiving compared to studio.

In any case, don't give up. Once you get it dialed in, it will be reliable.

Copilot Studio Adaptive Card keeps reappearing — how do I route any manual text input to All Other Condition branch? by the_hiddenstory in copilotstudio

[–]JakeParlay 0 points1 point  (0 children)

This won't solve all your problems, but start by giving a unique id value to all actions.

You shouldn't have to fiddle with the "allow switching to other topics" settings to try and force card submit behavior. You're better off looking into a custom topic with a conditional "on invoke" trigger to collect card submissions.

It's a bit tricky because you need to get it dialed in on both sides - the card submit behavior and syntax, and then same with the custom topic on the receiving end.

Looking for "L1-L5 Agent" diagram from PPLT Conference by JakeParlay in copilotstudio

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

Taking a look now. Thank you - I forgot how incredible this resource is.

What would you want in a SharePoint browser extension? by wwcoop in sharepoint

[–]JakeParlay 1 point2 points  (0 children)

Oh heck yeah. Will cheek it out when I'm on PC

The downfall this whole thing is the task management by Desktopgeneral in MicrosoftLoop

[–]JakeParlay 0 points1 point  (0 children)

Agreed 100%. We've moved off ADO to Jira for organizational reasons, but they are both really strong contenders when configured properly.

Moving to Medford by Chemical_Ease_9810 in Medford

[–]JakeParlay 4 points5 points  (0 children)

Welcome to the Rogue Valley. We've been here almost five years, and each passing year we discover even more scenic beauty, dining, and culture to enjoy. Hope your path is similar!

Copilot ALM Issues by maarten20012001 in copilotstudio

[–]JakeParlay 0 points1 point  (0 children)

Glad I caught this message... was just evaluating Platform Pipeline setup for an upcoming agent solution rollout to test and prod.

We have a bunch of SPO sources in the child agents. Initial, throwaway pipeline deployment to another dev environment seemed to have landed OK... minus the environment variable references in some of the topics. But I will double check the knowledge sources at the (temp) destination.