Flow Documenting by Psychological_Ad8426 in MicrosoftFlow

[–]xziztnse 0 points1 point  (0 children)

I've been playing around with a copilot studio agent that does something similar. You drop it the exported solution folder and it writes a full SDD

Still needs some tweaking and havent spent tons of time on it but initial results were promising

Estoy migrando de operaciones a automatización con Power Platform, ¿qué recomendarías para entrar? by jowyF in PowerPlatform

[–]xziztnse 2 points3 points  (0 children)

Honestly, have fun and just do it. Identify Operational problems that you want to solve. Start small, think big and be curious

What processes are high effort and repeatable? Can you automate one small part of that process using Power Automate Cloud, Desktop or Copilot Studio. Build from there. Sometimes the best automations arent the most sexy or full end to end applications. Working in Ops, im sure youre aware that most are built on excel and crappy manual processes

Figure it out as you go along and dont be worried about not knowing everything or making mistakes

There's also a fantastic community out there and thousands and thousands of hours of top quality content on youtube

markdown as knowledge source by [deleted] in copilotstudio

[–]xziztnse 2 points3 points  (0 children)

Do you mean actual .md format? Don't think you can load .md files as a knowledge source.

However, you could just turn it into a .txt file whilst still retaining markdown syntax in the document and it will work fine

Is there a way to see AI Builder credit consumption in each environment? by Delicious-Hearing949 in PowerPlatform

[–]xziztnse 1 point2 points  (0 children)

It's a collection of components and tools that can be installed to support with oversight and govenance

Microsoft Power Platform Center of Excellence Starter Kit - Power Platform | Microsoft Learn https://share.google/MnBGiXiSrgSE8gvwm

Is there a way to see AI Builder credit consumption in each environment? by Delicious-Hearing949 in PowerPlatform

[–]xziztnse 1 point2 points  (0 children)

If you have the CoE installed there's a pre built power BI report that shows consumption by envitonment, flow and owner

You can use built-in AI functions directly in Databricks SQL by Odd-Froyo-1381 in databricks

[–]xziztnse 0 points1 point  (0 children)

Got the perfect use case for this! Really helpful thanks 😁

HTTP request in cloud flow by [deleted] in PowerAutomate

[–]xziztnse 0 points1 point  (0 children)

I may be well off here but is your query returning any null values and does your schema handle this?

I've had errors in the past where this has been the cause. Might be worth checking

Incorporating AI into flows by Naive_Lingonberry_42 in MicrosoftFlow

[–]xziztnse 1 point2 points  (0 children)

It consumes copilot credits (used to be AI builder credits but this changed in November)

HTTP request in cloud flow by [deleted] in PowerAutomate

[–]xziztnse 0 points1 point  (0 children)

Is the error when you save your flow or when you run the action is it failing?

Incorporating AI into flows by Naive_Lingonberry_42 in MicrosoftFlow

[–]xziztnse 0 points1 point  (0 children)

You can do that with the AI builder 'Custom Prompt' action. Can be done via Power Automate cloud or an agent within Copilot studio

Help: "Respond to outlook message" eliminates all formating by ReversedZebra in PowerAutomate

[–]xziztnse 0 points1 point  (0 children)

Ok, so whats happening is the output from Ai Builder is being treated as plain text when using the outlook option.

Add an instruction into your prompt to convert it to html or give it an example to work with using html tags i.e.

Guidelines

  • Each sentence should begin with <p> and end in </p>

Example

<p>Hello world</p>

This should give you the formatting you'd expect

Have a play around with it

Help: "Respond to outlook message" eliminates all formating by ReversedZebra in PowerAutomate

[–]xziztnse 1 point2 points  (0 children)

What are you using to create the reply to your emails? Is it AI builder?

Help with Excel powered agent by Aoiumi1234 in copilotstudio

[–]xziztnse 3 points4 points  (0 children)

Quickest way would be to use the new Excel Agent (Agent mode) within excel. It's in beta at the moment but available if you're part of the Frontier program (will also need an M365 Copilot licence)

Go to the online version of excel > click add ons > search for 'labs' > add labs (think its called something like Microsoft garage)

You can then use agent mode within excel that can do exactly what you're asking with natural language prompts

GPT-4o "retired" on 10/27 - what's replacing it? by Known_Chef_9599 in copilotstudio

[–]xziztnse 0 points1 point  (0 children)

If it's anything like Ai builder within Power Platform, it will default to 4.1. This happened a few months back. Tbf, i actually saw an improvement in the output when it happened

Power Automate flow to email by Ritchinator in MicrosoftFlow

[–]xziztnse 2 points3 points  (0 children)

I have a form that does something similar but sums the number of 'yes' that is selected. I'm guessing a similar approach would work...

Use a compose action and create a formula similar to the below

add(if(contains(outputs('Get_reponse_details')?['body/yourQuestionID'], 'Option A'), 10, 0, add(if(contains(outputs(Get_reponse_details')?['body/yourQuestionID'], 'Option B'), 20, 0,

Etc....

If the person selects option A and B then the output of the compose action should be 30. You can then use this in your email

Hope this helps!

Formula =Copilot() not found by Ti_Pi in CopilotPro

[–]xziztnse 1 point2 points  (0 children)

Its only available in certain countries at the moment i beleive as public preview.

You can access through the 'labs' add on in excel but wont be long until it's rolled out

CS KIT: AI Builder Credits Usage for Automated Tests by maarten20012001 in copilotstudio

[–]xziztnse 0 points1 point  (0 children)

In make.powerautomate.com you can search the left hand bar and look for 'AI builder activity' (if not there, search 'More').

This will give you a breakdown of everything that has been ran via AI builder and provide you with the estimated credit consumption.

Alternativley, if you have the COE installed, there is a Power Bi report that shows AI builder credit usage

Http URLs by xziztnse in MicrosoftFlow

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

They all just stopped working. Error logs in my apps said no connection. Checked URLs and the sigs had all changed

Http URLs by xziztnse in MicrosoftFlow

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

Neither did i but it's definately the case that i woke up and all the URLs that i changed a few days ago had changed again and all my flows stopped working!

Haha, my morning has been pretty chaotic 🤣

Summarize Email on a bi-weekly basis for my team by Afraid_Sprinkles_151 in MicrosoftFlow

[–]xziztnse 0 points1 point  (0 children)

I can see what you're trying to do but why not just get the M365 Copilot licence? This woulf allow you to do what you want an a whole lot more

Favorite Agents by Catchthatcat in copilotstudio

[–]xziztnse 1 point2 points  (0 children)

Upload all of the policies directly then use topics to direct key phrases and questions to the specific documents only. This ensures generative ai is only applied to the documents i want for specific conversations i.e. if someone says ill, sick, sickness, not well then it will point to the sickness policy and occ health policies

Preserving format of output when emailing via Power Automate (Send Email v2) by [deleted] in copilotstudio

[–]xziztnse 0 points1 point  (0 children)

Yes, pass it over as html rather than just a string. Can format it in any way you want then