cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
gbego
Power Apps
Power Apps

GPT Prompt Builder goes GA and expands to EU,UK,AU

Hello all!

 

Excited to announce that AI Builder's GPT Prompt Builder is going GA this week and expanding availability across the globe:
🌏 AU, UK : Live now !
🌎 US : Dec 20th
🌍 EU : Dec 21st

Some of the new updates:
️ Save, test and share prompts
️ Add prompts to apps, flows and copilots
️ Dynamic inputs
️ Pre-built prompts
️ GPT-3.5 Turbo
️ Human in the loop validation (optional)
️ Prompts are solution aware

Read the blog here: AI Builder GPT Prompts are generally available | Power Automate Blog (microsoft.com) 

And please keep the feedback coming - looking forward to hearing what you can build this new capability!

Gwenael


13 REPLIES 13
ARB_wcc
Super User
Super User

What happens with old flows still using the preview connector?

gbego
Power Apps
Power Apps

Old flows with the preview connector should still work but we recommend that you migrate to using the new GA Connector for production workflows. When creating a new flow, only the GA Connector will be available. Once users have stopped using the preview connector we will gradually sunset to only support the GA Connector (timeline still TBD).

ARB_wcc
Super User
Super User

@gbego 

 

I've been experimenting with the new connector since it was released yesterday and encountered three specific issues. See screenshot below for context

 

ScreenShot.png

First, I'm constrained to using the old designer due to my flows having numerous actions, which the new designer doesn't support. Within this old designer, the new connector seems to malfunction. When I try to create custom prompts directly by selecting "Enter custom value," it redirects me to link an existing custom prompt, not allowing for the creation of a new one with dynamic values from previous steps.

 

Secondly, in the new designer, creating a new custom prompt opens a separate window, but integrating dynamic values is confusing. When I click on "Add dynamic value," it brings up a text box, and it's unclear if we're supposed to manually input the names of these dynamic values. Unfortunately, this function isn't working correctly either, as it doesn't display a list of potential dynamic values to choose from. I'm uncertain if this is because I'm doing something wrong or a system glitch.

 

Dynamic Values.gif

 

Finally, as previously mentioned, the old connector, while operational, shows a 404 error when trying to expand and view the prompt. The only workaround is to access the prompt through the flow's run history.

 

Screenshot 2023-12-21 200045.jpg

 

These issues are creating significant barriers in efficiently adapting the new connector in my existing workflows, I hope they can be addressed soon.

 

If you need any additional information feel free to pm me.

 

Antrod
Power Apps
Power Apps

Hi @ARB_wcc ,

 

Thanks for the details and sorry about the issues you're facing with the new experience. Please rest assured that we are fully committed to continuously improve this experience. Let me try to provide some answers to you:

 

  • The 404 error that happens when displaying the old GPT action in the old designer is acknowledged on our side and we are working on a fix that we should deliver next month. There are some workarounds to retrieve the prompt in the meantime, so you can create a new prompt using the new experience:
    • Use the flow run history as you suggested.
    • Export your flow and look for the definition.json file in the package and you should be able to see the prompt text inside (a bit more technical).
  • The old flow designer is meant to be deprecated and therefore all new experiences may not work the same way in the old designer compared to the new one. This is why the experience for the new AI Builder GPT prompt is degraded in the old designer and it may happen with other upcoming features. The overall strategy here is to improve the new designer so it reaches the same quality (and even more) that the old designer.
  • Speaking about the new designer, the team in charge of this feature is fully committed to make it stable as soon as possible. They are right now working on making rid of this action limit that you are talking about. Hope this will reach you soon!
  • If you don't have any choice and need to use the old designer, as a workaround for AI Builder GPT prompts, it's possible to create the prompt in the Power Automate portal / AI hub, and then select the newly created prompt in a flow.
  • The dynamic value that you can now add inside the prompt is something new that allows you to create input parameters for your prompt action so you can fill them with dynamic values in the flow designer. This can be powerful to pass dynamic values into your prompt across various experiences (flows, apps, chatbots).
    • Let's say that your prompt is "What is the speed of light in [location]?" where [location] is a dynamic value that you defined. You can now run your prompt by passing a value to the location as parameter.
    • But we understand your confusion here and we'll try to improve our design to make things a bit clearer.

Stay tuned, we'll keep you informed! And please continue providing your feedback, it greatly helps us.

 

ARB_wcc
Super User
Super User

@Antrod I appreciate your insights and the team's efforts.

 

For now, I'm opting to continue with the old preview connector and hold off on updating my flows until the current issues are eliminated.

 

I've also encountered another issue related to the new SharePoint UI which seems to have been overlooked in testing with flows (posted here). It's disheartening when these updates seem rushed and possibly tied to deadlines rather than readiness.

 

Your commitment to improvements is reassuring, and I hope for a resolution that ensures robust and thoroughly tested updates in the future. 

Aspereira
Regular Visitor

There is no point in forcing the user to use a new designer. If you still have several bugs in addition to being slower to execute actions.

@Antrod  Can you elaborate on using dynamic values in flow designer ? Do I have to create a variable before being able to use it in the GPT prompt ? Is there any other way to get output from previous step as input into custom GPT prompt ?

 

Thanks 

ARB_wcc
Super User
Super User

@takolota just curious to know if you had the time to update/test your flows with this new connector. I've learned recently that old prompts are not performing the same and apparently there's an underlying issue where the prompt works fine in the test view but when running the flow it spits out a completely different output that has nothing to do with the results we see in the test view.

@ARB_wcc 
I didn't get very different outputs in the little bit of testing I did with the new action. But there were several other things I noticed...
-After entering a custom prompt, if I went back to edit it then all the linebreaks were removed. I hope this doesn't affect the accuracy of the response output when it is less clear that there are larger distinctions between lines that normally had multiple line-breaks between them. 

-I can not smoothly transition over to the new prompt action in the template that potentially many hundreds of people use because adding a custom prompt to a flow prevents that flow from being imported to a different environment in a Solutions package. I need this to be fixed to keep my template up to date & easier to use.

Haven't done enough testing either and so far I also don't like that I'm forced to keep prompts outside of the flow, doesn't make much sense to me. If anything we should have both options, to write the prompt in the flow itself or link to an external prompt. 

takolota
Multi Super User
Multi Super User

@gbego @Antrod 

When will solutions support importing packages with custom prompts?

Currently Microsoft has a couple of my projects in a bad catch-22 situation where I can't edit the prompts of the previous GPT preview action because it is deprecated, but I also can't switch to the new GPT prompt action without losing the ability to export & import solutions to different Dev & Production environments.

NoCustomPromptSupportInSolutions.png

Solved: Turns out that turning on Copilot for Power Apps in Power Platform tenant settings also enables AI Prompts.

 

When trying to go to AI Prompts in the menu in Power Automate we receive the error message:z

This feature has been disabled

AI prompts have been disabled . Please contact your administrator.

 

As administrator in Power Platform I can't find any documentation about how to enable it. The tenant is located in Europe.

 

Plinderoth_0-1706013554543.png

 

Helpful resources

Announcements

Community will be READ ONLY July 16th, 5p PDT -July 22nd

Dear Community Members,   We'd like to let you know of an upcoming change to the community platform: starting July 16th, the platform will transition to a READ ONLY mode until July 22nd.   During this period, members will not be able to Kudo, Comment, or Reply to any posts.   On July 22nd, please be on the lookout for a message sent to the email address registered on your community profile. This email is crucial as it will contain your unique code and link to register for the new platform encompassing all of the communities.   What to Expect in the New Community: A more unified experience where all products, including Power Apps, Power Automate, Copilot Studio, and Power Pages, will be accessible from one community.Community Blogs that you can syndicate and link to for automatic updates. We appreciate your understanding and cooperation during this transition. Stay tuned for the exciting new features and a seamless community experience ahead!

Summer of Solutions | Week 4 Results | Winners will be posted on July 24th

We are excited to announce the Summer of Solutions Challenge!    This challenge is kicking off on Monday, June 17th and will run for (4) weeks.  The challenge is open to all Power Platform (Power Apps, Power Automate, Copilot Studio & Power Pages) community members. We invite you to participate in a quest to provide solutions to as many questions as you can. Answers can be provided in all the communities.    Entry Period: This Challenge will consist of four weekly Entry Periods as follows (each an “Entry Period”)   - 12:00 a.m. PT on June 17, 2024 – 11:59 p.m. PT on June 23, 2024 - 12:00 a.m. PT on June 24, 2024 – 11:59 p.m. PT on June 30, 2024 - 12:00 a.m. PT on July 1, 2024 – 11:59 p.m. PT on July 7, 2024 - 12:00 a.m. PT on July 8, 2024 – 11:59 p.m. PT on July 14, 2024   Entries will be eligible for the Entry Period in which they are received and will not carryover to subsequent weekly entry periods.  You must enter into each weekly Entry Period separately.   How to Enter: We invite you to participate in a quest to provide "Accepted Solutions" to as many questions as you can. Answers can be provided in all the communities. Users must provide a solution which can be an “Accepted Solution” in the Forums in all of the communities and there are no limits to the number of “Accepted Solutions” that a member can provide for entries in this challenge, but each entry must be substantially unique and different.    Winner Selection and Prizes: At the end of each week, we will list the top ten (10) Community users which will consist of: 5 Community Members & 5 Super Users and they will advance to the final drawing. We will post each week in the News & Announcements the top 10 Solution providers.  At the end of the challenge, we will add all of the top 10 weekly names and enter them into a random drawing.  Then we will randomly select ten (10) winners (5 Community Members & 5 Super Users) from among all eligible entrants received across all weekly Entry Periods to receive the prize listed below. If a winner declines, we will draw again at random for the next winner.  A user will only be able to win once overall. If they are drawn multiple times, another user will be drawn at random.  Individuals will be contacted before the announcement with the opportunity to claim or deny the prize.  Once all of the winners have been notified, we will post in the News & Announcements of each community with the list of winners.   Each winner will receive one (1) Pass to the Power Platform Conference in Las Vegas, Sep. 18-20, 2024 ($1800 value). NOTE: Prize is for conference attendance only and any other costs such as airfare, lodging, transportation, and food are the sole responsibility of the winner. Tickets are not transferable to any other party or to next year’s event.   ** PLEASE SEE THE ATTACHED RULES for this CHALLENGE**   Week 1 Results: Congratulations to the Week 1 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge.   Community MembersNumber SolutionsSuper UsersNumber Solutions Deenuji 9 @NathanAlvares24  17 @Anil_g  7 @ManishSolanki  13 @eetuRobo  5 @David_MA  10 @VishnuReddy1997  5 @SpongYe  9JhonatanOB19932 (tie) @Nived_Nambiar  8 @maltie  2 (tie)   @PA-Noob  2 (tie)   @LukeMcG  2 (tie)   @tgut03  2 (tie)       Week 2 Results: Congratulations to the Week 2 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge. Week 2: Community MembersSolutionsSuper UsersSolutionsPower Automate  @Deenuji  12@ManishSolanki 19 @Anil_g  10 @NathanAlvares24  17 @VishnuReddy1997  6 @Expiscornovus  10 @Tjan  5 @Nived_Nambiar  10 @eetuRobo  3 @SudeepGhatakNZ 8     Week 3 Results: Congratulations to the Week 3 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge. Week 3:Community MembersSolutionsSuper UsersSolutionsPower Automate Deenuji32ManishSolanki55VishnuReddy199724NathanAlvares2444Anil_g22SudeepGhatakNZ40eetuRobo18Nived_Nambiar28Tjan8David_MA22   Week 4 Results: Congratulations to the Week 4 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge. Week 4:Community MembersSolutionsSuper UsersSolutionsPower Automate Deenuji11FLMike31Sayan11ManishSolanki16VishnuReddy199710creativeopinion14Akshansh-Sharma3SudeepGhatakNZ7claudiovc2CFernandes5 misc2Nived_Nambiar5 Usernametwice232rzaneti5 eetuRobo2   Anil_g2   SharonS2  

Check Out | 2024 Release Wave 2 Plans for Microsoft Dynamics 365 and Microsoft Power Platform

On July 16, 2024, we published the 2024 release wave 2 plans for Microsoft Dynamics 365 and Microsoft Power Platform. These plans are a compilation of the new capabilities planned to be released between October 2024 to March 2025. This release introduces a wealth of new features designed to enhance customer understanding and improve overall user experience, showcasing our dedication to driving digital transformation for our customers and partners.    The upcoming wave is centered around utilizing advanced AI and Microsoft Copilot technologies to enhance user productivity and streamline operations across diverse business applications. These enhancements include intelligent automation, AI-powered insights, and immersive user experiences that are designed to break down barriers between data, insights, and individuals. Watch a summary of the release highlights.    Discover the latest features that empower organizations to operate more efficiently and adaptively. From AI-driven sales insights and customer service enhancements to predictive analytics in supply chain management and autonomous financial processes, the new capabilities enable businesses to proactively address challenges and capitalize on opportunities.    

Updates to Transitions in the Power Platform Communities

We're embarking on a journey to enhance your experience by transitioning to a new community platform. Our team has been diligently working to create a fresh community site, leveraging the very Dynamics 365 and Power Platform tools our community advocates for.  We started this journey with transitioning Copilot Studio forums and blogs in June. The move marks the beginning of a new chapter, and we're eager for you to be a part of it. The rest of the Power Platform product sites will be moving over this summer.   Stay tuned for more updates as we get closer to the launch. We can't wait to welcome you to our new community space, designed with you in mind. Let's connect, learn, and grow together.   Here's to new beginnings and endless possibilities!   If you have any questions, observations or concerns throughout this process please go to https://aka.ms/PPCommSupport.   To stay up to date on the latest details of this migration and other important Community updates subscribe to our News and Announcements forums: Copilot Studio, Power Apps, Power Automate, Power Pages

Users online (583)