cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
aaroh_bits
Helper V
Helper V

connection not configured for this service

Hi All,

 

Background Info

 

  • Using Power Apps and Power Automate with back end as Dataverse.
  • All Artefacts are under a Solution with maker.powerapps.com for ease to move to environments at later stage.   
  • We need to generate PDF via OneDrive (no premium connector)  and send email to end user when workflow completes.

What Works:

 

  • As flow owners for that workflow and has following connections

    aaroh_bits_0-1618457635286.png

     



  • Once workflow kicks in a success message in Power Apps is shown asaaroh_bits_6-1618457780193.png

     

  • Submit button action in Power Apps is as follows:

 

 

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

 


  • User Alex as following connection and OneDrive connected for Alex’s account.
    aaroh_bits_2-1618457635295.png
  • But when I clicks on Submit  workflow, he gets this error

     

    aaroh_bits_3-1618457635296.png

  • Tried may other options such as
  • We removed the OneDrive action inside flow, then re-add back. Then updating the connection reference inside the app.
  • We ensured there’s no other dummy connection inside the flow. Then updating the connection reference inside the app.
  • We Deleted the OneDrive connection that connects to the flow, then re-add back. Then updating the connection reference inside the app.
  • We created another dummy app, trigger the workflow, then the error message shows up as: “HelpDeskWorkflow.Run failed: connection not configured for this service”.
  • We created another dummy app, create another dummy flow, both are outside the solution, the workflow triggers just fine.
  • We Exported the flow package (.zip), then import back to the environment.
  • With the imported flow package (.zip), we created another dummy app and trigger the workflow, it works as per normal again. The flow was imported outside the solution and can’t be added into the solution.

 

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 

1 ACCEPTED SOLUTION

Accepted Solutions
aaroh_bits
Helper V
Helper V

We raised Microsoft ticket and issue is resolved. 

 

  1. Navigate to Power Apps Admin Center
  2. Selected the Environment you are working. 
  3. Click on Settings on top bar.  
  4. Go to User + Permissions >> Security Roles  
  5. Under the Security Roles, find the Basic User role , click on  ellipses (...) >> Edit
  6. Under Customization tab >>  Select Process >> assign Read access to the Organization

aaroh_bits_1-1618898669279.png

 

 

 

  1. Workflow with OneDrive connection  works without any issue. 

    Hope it helps someone. 

View solution in original post

67 REPLIES 67
abhishekgawde
Helper II
Helper II

I am also facing the same issue.

 

But for me the flows are triggering in the development environment for both the owners and non-owners.

 

However, the flow does not get triggered after the solution was exported and imported into the production environment. I used the Monitor functionality to check the issue. Here is the error message i receive.

 

The Run-Success was for the owner, whereas it failed for the non-owner.

abhishekgawde_0-1618475974791.png

 

@yashag2255 can you please help or provide some hints/ guidance. Thank you 🙂

Thanks @abhishekgawde for your message and I guess we are in same boat.  

Hi @abhishekgawde / @aaroh_bits 

 

I have seen this issue as well while working with flows associated with canvas apps and then exported as a managed solution and imported in another environment. The main issue is that the flow and app connection gets broken (at least that is what I have seen) and based on a recent update from MS this was fixed (but I confirm that I still see the issue). 

 

How I resolved it: 

In the environment, where you have the managed solution, go to the default solution of that environment and you should be able to see the flow associated to the app over there. Open it in edit mode and it may ask you to fix some of the connections. Once you do that, you should re add the flow in the canvas app and then it seems to be working as expected. 

 

Hope this Helps!

 

 If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!

abhishekgawde
Helper II
Helper II

Hello Yash, thank you for the recommendation. However, it did not resolve the issue.

 

I just created a new solution with just one canvas app with a button. The button triggers a flow. The flow simply sends an email using the Mail connector to me. I exported it as managed and then imported in the production environment. I faced the same issue. I tried following the steps @yashag2255 mentioned, but there were no broken connections in the flow. 

 

Has it got anything to do with recent updates or the release wave 1, 2021?

 

@CST @DamoBird365 @Mira_Ghaly @KrishnaV 

SCTdan
Continued Contributor
Continued Contributor

My thread on the issue- https://powerusers.microsoft.com/t5/Building-Power-Apps/Connection-not-configured-for-this-service/t...

 

What powerapps version and authoring version does it show you on, and is it different in your dev vs prod environment?

I did a similar test, solution with one powerapp that consisted of a single button, tied to a flow that only had a compose action.  No connections in use aside from Logic Apps when sharing the app.  Same issue.

abhishekgawde
Helper II
Helper II

The Power Apps version is the same in both the environments 3.21035.34

 

I was able to resolve the issue with a work around. Basically, in the production environment remove the flow connections from the Data Sources in the  Canvas App and then added it again. However, this creates unmanaged customizations in the Canvas App component. This essentially restricts me from making any future upgrades to the app, as currently RemoveActiveCustomizations is not supported for components of type CanvasApp.

The authoring version is different. It is 3.21041.29

aaroh_bits
Helper V
Helper V

We raised Microsoft ticket and issue is resolved. 

 

  1. Navigate to Power Apps Admin Center
  2. Selected the Environment you are working. 
  3. Click on Settings on top bar.  
  4. Go to User + Permissions >> Security Roles  
  5. Under the Security Roles, find the Basic User role , click on  ellipses (...) >> Edit
  6. Under Customization tab >>  Select Process >> assign Read access to the Organization

aaroh_bits_1-1618898669279.png

 

 

 

  1. Workflow with OneDrive connection  works without any issue. 

    Hope it helps someone. 
SCTdan
Continued Contributor
Continued Contributor

Confirmed as well, resolved my issue immediately after changing that.

 

Gotta get the right support rep I guess, my ticket had pretty much stalled.

This did not work for me. Unfortunately the 2021 Release Wave I, which i thought had resolved the issue for me has not resolved it.

 

I assigned the Basic User role to the end user, but still the flow does not get triggered and I get the Connection not defined for this service error.

 

Anything that i might be missing here?

@SCTdan @aaroh_bits 

SCTdan
Continued Contributor
Continued Contributor

Try to re-share the app maybe?

sammybridge
Advocate III
Advocate III

Hi guys,

 

Just an update on this, I have added the following two properties, both under Customizaton, to the Basic User Security Role and it seems to have worked:

sammybridge_0-1622127713432.png

sammybridge_1-1622127713436.png

 

indhaa
Impactful Individual
Impactful Individual

HI

 

I cant see your images, it is too small. Can share it again?

indhaa
Impactful Individual
Impactful Individual

Hi

 

Can you let me know by giving Read only to Organization, what kind of access Basic User will get. I couldn't find relevant doc on this. Can share the info?

sammybridge
Advocate III
Advocate III

Hi @indhaa ,

 

Here are the 2 changes I made to allow this to work. If you allow Read Only for Organisation, it means the user can read anything within that table which is owned by anyone else in the Organisation.

 

Thanks

 

 

sammybridge_0-1623330200714.png

 

indhaa
Impactful Individual
Impactful Individual

Hi,

 

So I tested by changing the 'Process' Read access from 'User' to 'Organization' and it works. But I don't like this means it gives read access to everyone. Does this mean even if it is not shared, user will have access?

 

I check how it is in my test environment, which doesn't have any issues. The 'Process' is set to User. I think my issues came during export from test to production environment. The connection fails during export.

 

 

 

 

 

Hi @indhaa 

 

I don't know if there is another way to fix this unfortunately. I stopped trying after this worked for me. I am the same though and it works in my test environment but not my Production environment. If you find another way, can you please advise me on here?

 

Thanks

indhaa
Impactful Individual
Impactful Individual

I will let you know if I find another solution.

 

Just want to let you know if a user login to the app. it applies the rights permanently.

If we remove the above access, the app works fine for these users. No need to keep it set as above permanently. 

 

But this is not solution for new users which we need to apply the rights again.  

marial16
Post Partisan
Post Partisan

Hallo,

i am actually facing the same issue trying to export a Solution to a different tenant. The connection between powerapps and a flow that is being triggered through a button in the app is lost. I have tried the steps you propose but still not working.

I also use environment variables and i m getting error messages. Looks like something is not working properly

Helpful resources

Announcements

Power Platform Connections - Episode 7 | March 30, 2023

Episode Seven of Power Platform Connections sees David Warner and Hugo Bernier talk to Microsoft MVP Dian Taylor, alongside the latest news, product reviews, and community blogs.     Use the hashtag #PowerPlatformConnects on social media for a chance to have your work featured on the show!      Show schedule in this episode:    0:00 Cold Open 00:30 Show Intro 01:02 Dian Taylor Interview 18:03 Blogs & Articles 26:55 Outro & Bloopers    Check out the blogs and articles featured in this week’s episode:    https://francomusso.com/create-a-drag-and-drop-experience-to-upload-case-attachments @crmbizcoach https://www.youtube.com/watch?v=G3522H834Ro​/  @pranavkhuranauk https://github.com/pnp/powerapps-designtoolkit/tree/main/materialdesign%20components @MMe2K​ https://2die4it.com/2023/03/27/populate-a-dynamic-microsoft-word-template-in-power-automate-flow/ @StefanS365 https://d365goddess.com/viva-sales-administrator-settings/ @D365Goddess https://marketplace.visualstudio.com/items?itemName=megel.mme2k-powerapps-helper#Visualize_Dataverse_Environments @MMe2K    Action requested:  Feel free to provide feedback on how we can make our community more inclusive and diverse.    This episode premiered live on our YouTube at 12pm PST on Thursday 30th March 2023.    Video series available at Power Platform Community YouTube channel.    Upcoming events:  Business Applications Launch – April 4th – Free and Virtual! M365 Conference - May 1-5th - Las Vegas Power Apps Developers Summit – May 19-20th - London European Power Platform conference – Jun. 20-22nd - Dublin Microsoft Power Platform Conference – Oct. 3-5th - Las Vegas    Join our Communities:  Power Apps Community Power Automate Community Power Virtual Agents Community Power Pages Community    If you’d like to hear from a specific community member in an upcoming recording and/or have specific questions for the Power Platform Connections team, please let us know. We will do our best to address all your requests or questions.       

Announcing | Super Users - 2023 Season 1

Super Users – 2023 Season 1    We are excited to kick off the Power Users Super User Program for 2023 - Season 1.  The Power Platform Super Users have done an amazing job in keeping the Power Platform communities helpful, accurate and responsive. We would like to send these amazing folks a big THANK YOU for their efforts.      Super User Season 1 | Contributions July 1, 2022 – December 31, 2022  Super User Season 2 | Contributions January 1, 2023 – June 30, 2023    Curious what a Super User is? Super Users are especially active community members who are eager to help others with their community questions. There are 2 Super User seasons in a year, and we monitor the community for new potential Super Users at the end of each season. Super Users are recognized in the community with both a rank name and icon next to their username, and a seasonal badge on their profile.  Power Apps  Power Automate  Power Virtual Agents  Power Pages  Pstork1*  Pstork1*  Pstork1*  OliverRodrigues  BCBuizer  Expiscornovus*  Expiscornovus*  ragavanrajan  AhmedSalih  grantjenkins  renatoromao    Mira_Ghaly*  Mira_Ghaly*      Sundeep_Malik*  Sundeep_Malik*      SudeepGhatakNZ*  SudeepGhatakNZ*      StretchFredrik*  StretchFredrik*      365-Assist*  365-Assist*      cha_cha  ekarim2020      timl  Hardesh15      iAm_ManCat  annajhaveri      SebS  Rhiassuring      LaurensM  abm      TheRobRush  Ankesh_49      WiZey  lbendlin      Nogueira1306  Kaif_Siddique      victorcp  RobElliott      dpoggemann  srduval      SBax  CFernandes      Roverandom  schwibach      Akser  CraigStewart      PowerRanger  MichaelAnnis      subsguts  David_MA      EricRegnier  edgonzales      zmansuri  GeorgiosG      ChrisPiasecki  ryule      AmDev  fchopo      phipps0218  tom_riha      theapurva  takolota     Akash17  momlo     BCLS776  Shuvam-rpa     rampprakash  ScottShearer     Rusk  ChristianAbata     cchannon  Koen5     a33ik  Heartholme     AaronKnox  okeks      Matren   David_MA     Alex_10        Jeff_Thorpe        poweractivate        Ramole        DianaBirkelbach        DavidZoon        AJ_Z        PriyankaGeethik        BrianS        StalinPonnusamy        HamidBee        CNT        Anonymous_Hippo        Anchov        KeithAtherton        alaabitar        Tolu_Victor        KRider        sperry1625        IPC_ahaas      zuurg    rubin_boer   cwebb365   Dorrinda   G1124   Gabibalaban   Manan-Malhotra   jcfDaniel   WarrenBelz   Waegemma   drrickryp   GuidoPreite    If an * is at the end of a user's name this means they are a Multi Super User, in more than one community. Please note this is not the final list, as we are pending a few acceptances.  Once they are received the list will be updated. 

Register now for the Business Applications Launch Event | Tuesday, April 4, 2023

Join us for an in-depth look into the latest updates across Microsoft Dynamics 365 and Microsoft Power Platform that are helping businesses overcome their biggest challenges today.   Find out about new features, capabilities, and best practices for connecting data to deliver exceptional customer experiences, collaborating, and creating using AI-powered capabilities, driving productivity with automation—and building towards future growth with today’s leading technology.   Microsoft leaders and experts will guide you through the full 2023 release wave 1 and how these advancements will help you: Expand visibility, reduce time, and enhance creativity in your departments and teams with unified, AI-powered capabilities.Empower your employees to focus on revenue-generating tasks while automating repetitive tasks.Connect people, data, and processes across your organization with modern collaboration tools.Innovate without limits using the latest in low-code development, including new GPT-powered capabilities.    Click Here to Register Today!    

Check out the new Power Platform Communities Front Door Experience!

We are excited to share the ‘Power Platform Communities Front Door’ experience with you!   Front Door brings together content from all the Power Platform communities into a single place for our community members, customers and low-code, no-code enthusiasts to learn, share and engage with peers, advocates, community program managers and our product team members. There are a host of features and new capabilities now available on Power Platform Communities Front Door to make content more discoverable for all power product community users which includes ForumsUser GroupsEventsCommunity highlightsCommunity by numbersLinks to all communities Users can see top discussions from across all the Power Platform communities and easily navigate to the latest or trending posts for further interaction. Additionally, they can filter to individual products as well.   Users can filter and browse the user group events from all power platform products with feature parity to existing community user group experience and added filtering capabilities.     Users can now explore user groups on the Power Platform Front Door landing page with capability to view all products in Power Platform.      Explore Power Platform Communities Front Door today. Visit Power Platform Community Front door to easily navigate to the different product communities, view a roll up of user groups, events and forums.

Microsoft Power Platform Conference | Registration Open | Oct. 3-5 2023

We are so excited to see you for the Microsoft Power Platform Conference in Las Vegas October 3-5 2023! But first, let's take a look back at some fun moments and the best community in tech from MPPC 2022 in Orlando, Florida.   Featuring guest speakers such as Charles Lamanna, Heather Cook, Julie Strauss, Nirav Shah, Ryan Cunningham, Sangya Singh, Stephen Siciliano, Hugo Bernier and many more.   Register today: https://www.powerplatformconf.com/   

Users online (2,645)