Hi All,
Background Info
What Works:
If(
Not(IsSubmitError),
IfError(
PurchaseRequestApprovalSubmission.Run(Text(HelpDeskWorkflow)),
UpdateContext({IsSubmitError: true});
Notify(
"The workflow was failed to start. Message: " & ErrorInfo.Message & "& Error Kind" & ErrorKind,
Error
),
UpdateContext({IsSubmitError: false})
)
);
What does not work
Other non- flow owners do not trigger the workflow
Stumbled into a quite a few of issues in the community forum
PowerApps Flow Error : "Connection not configured for this service", when its in included in the Managed Solution and deployed
https://powerusers.microsoft.com/t5/Building-Power-Apps/PowerApps-Flow-Error-quot-Connection-not-con...
My experience with connector/connection problems, and multiple connections to same connector
https://powerusers.microsoft.com/t5/Connecting-To-Data/My-experience-with-connector-connection-probl...
Connection not configured for this service (with Microsoft Support ticket details )
https://powerusers.microsoft.com/t5/Building-Power-Apps/Connection-not-configured-for-this-service/m...
Any suggestions or pointer will be greatly appreciated.
@martinav @CFernandes @jinivthakkar @Pstork1 @v-xida-msft
Solved! Go to Solution.
Hi
Check by going to the Powerapps datasource. Check the status of the flow connection. If it say Not Connected, remove and ADD the flow again. This will restore the connection.
well it is not connected. but the thing is i want the solution to be managed and not allow app configurations.
i tried several ways since the app and flow was not initially created in the solution but added later on.
I dont want to allow users in other tenants to customize.
Is there any other way?
Hi
If you don't give the rights, they won't be able to customize.
When I try exporting, every time one flow connection goes away and others remain intact. I don't have any idea why I'm having issue with that flow. Most of the solution provided in the community was to reconnect. So in order to do that , you need to export unmanaged solution.
I'm sorry I was no help.
Thank you for your response!
There are several bugs that needs to be fixed in order for exporting solution to function properly.
These are known issues
Do i handle the rights from the new tenant? Since i dont have much experience with the admin center and user roles. Can i prevent that from my tenant?
Hi
When sharing the App with others, if you don't assign co-owners they cannot edit the app. I meant like that we can restrict customization. Hope that what you need
What you actually missing here according to error message is assigning security role (Basic User and Flow RP - Role) to the users.
In my case I had a working canvas app with "Basic User" permission assigned to the user, and everything was working great.
Then I copied the solution to another environment so I could start deploying updates to the prod environment from a dev environment and even testing them in a test environment first. Well I got it all working (using all unmanaged solutions) after some trial and error, but at first after importing the new unmanaged solution and updating the existing solution in the prod environment, I was getting OP's same error for the first (and presumably all) flow(s) that would run inside the app.
Did importing a new version of the solution cause the "Basic User" permission to get overwritten? Since I had already created that permission, I went with the suggestion provided by @aaroh_bits but now I too am wondering what, if any, unwanted permissions I've just granted by doing so.
I believe I have the SharePoint site locked down where each list or file or library has the permissions required to keep private data private. I've previously gone through each SharePoint list and modified the permissions so users can only read and edit records they've personally created (and various other permissions like read-only but no edit or read and edit all, depending on the requirements of each list), and that works fine for that one SharePoint site, but what about other data and files? All I did was change "Process" to "Read". But I did notice a lot more green in my settings, compared to @aaroh_bits, makes me wonder if my settings are too broad to scale this up with privacy requirements intact.
So, at least in my use case, it did seem like more than just the existence of the "Basic User" security role...
@liridonuka wrote:What you actually missing here according to error message is assigning security role (Basic User and Flow RP - Role) to the users.
Will I have to fix this same problem again every time I update the prod environment solution using an exported unmanaged solution from the dev environment?
EDIT: Update, I checked again just now and all three of my environments (dev, test, prod) all have the same (default?) settings as @aaroh_bits and "Read" permission is NOT set to "organization" but only "user"!!! I swear I changed this and saved it in the prod environment yesterday. I can't remember if I updated the solution again after that... but yeah it doesn't seem like the change I made to that setting actually matters? I'm so confused now.
Everything is working for me now somehow with the default of Process>Read>User, but I swear to Sol I changed that setting yesterday! But it could be something that automatically gets updated by other processes or settings changes? Or something weird is going on. I also swear I saw a lot more green (high level permissions) in a lot more columns in that >Customization tab of the "Basic User" security role, but it's possible I was looking while the solution was still finishing import? Otherwise I can't explain why I remember seeing a ton of more permissive settings than I'm seeing now and why that particular Process>Read>Organization setting change didn't seem to take. I assume it just resets if you update the unmanaged solution ¯\_(ツ)_/¯
The issue with this is that fact that you PowerApp will no longer be Managed. It essentially becomes unmanaged and any solution updates will not take in the PowerApps going forward.
I have never used a managed solution in my prod environment. Everything works fine.
I update prod solution by exporting dev solution unmanaged and importing into prod. Maybe one day I will switch to managed, but for now this is working for me. The prod environment is only used by two people currently, so this feels like the right way to go about it. Everything is much easier when unmanaged.
I did test a managed solution in my test environment and I didn't understand what was going on or how it was all supposed to work. So I stuck with unmanaged. Eventually it will probably be necessary to switch to managed, but currently I don't understand all the implications of managed vs. unmanaged. Always learning!
What I can say for sure is that the >Security Roles >Basic User >Process >Read >Organization setting did take for good this time. It seems to remain set to organization even after updating my solution, which makes sense because it's an environment level setting. Not sure why it disappeared after the first time I changed it. Changing the setting fixed the issue I was having, so it seems like the setting change worked. But then later I saw that it had reset back to default. Yet now the >Organization permission is persistent. Go figure.
Yeah, I was just trying to follow MS process. Un-Managed for Dev, Managed for Staging and Prod. What you are doing is fine as long as it works for you.
Setting Security Roles >Basic User >Process >Read worked for me after I made sure my users were set as Basic Users.
Typical MS
Has this been solved for anyone yet? I have a similar issue.
Wanting to follow MS process and have Un-managed dev projects imported as a managed solution into a production environment.
Currently this seems to break flow connections anywhere from outright not recognizing workflow id's to just spitting back "Connection not configured..."
This seems to have been a known issue for at least 2 years now. Anything yet?
HI
Did you check rights of the users for the SP list?
Also I found when exporting, if the flow owners is different from test and dev environment this happens.
The flow flat out doesn't run in general. I don't think that it has anything to do with SP but I will check. Only one flow connection fails every time no matter how I import or export(Same flow each time).
I looked at the canvas app flow connection using the default solution of the production environment and it says that the flow is not connected. Like mentioned before by others, I can't edit that without creating another unmanaged layer which defeats the point of having a managed solution in the first place.
Checked SP list and all the flow user is an owner.
As for exporting flows and importing using the same owner for the connection, how can you do that if it's in a separate organization? Most of our projects will involve using our organization tenant to build the apps and follow this pattern:
development env > export managed > switch tenant > switch to prod env > import managed
How can that user exist in both tenants?
Your solution worked for me, thanks!
This worked for our organisation. Many thanks for publishing this here.
I have to admit though; I am confused why this subtle change is needed in the Basic User Role to carry this action out?
Also check the user is member of the environments users in the admin center.
Today is June 2022 and I have similar issue.
Users are working find last few weeks and suddenly some users fail to trigger flows from canvas app.
Perform the permission change for Process > Read > Organization and seems to be fixed.
Also when I exported an unmanaged solution and import to another environment (same tenant). I found that beside the owner (who imported the solution) everyone else including System Admin cannot associate the app with other workflows. The error is "Failed during http send request".
I spent at least a week to understand how solution work and setup environment variables. End up it is just a buggy approach. It is really not a good choice. Solution only add 10 layers of complexity to your work.
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!
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
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.
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