Xero released their Oauth2.0 authenticated access to their API recently.
I am trying to write some flows to use this.
If I use Postman to generate the access code and then use it in flow, all works fine.
However the code needs to be refreshed every 30 minutes.
Running the token refresh call in Postman works fine, however it fails in Flow. "error": "unsupported_grant_type"
Post to https://identity.xero.com/connect/token
Header
"Authorization": "Basic Rjd..." - valid (checked) token
"Content-Type": "application/x-www-form-urlencoded"
The body of the http call is :-
{
"grant_type":"refresh_token",
"refresh_token":"0134e4a53c...",
"client_id":"F7B7...",
"client_secret":"GEfl..."
}
Can anyone shed any light on this please?
As it turns out yes. Yes I do have a typo! 🙂
Obviously because we this duplicated in the body (with correct spelling) this was not causing any issues but I have fixed it now in the header also.
Good to know there is at least more than one of us!! Should definitely share some learnings. I have created a maintenance records PowerApp that then creates invoices with multiple line item in Xero. It is going to save a lot of data entry time.
Absolutely. You have all of the encryption benefits and it is very easy to configure. Reach out if you have any issues but I don't expect that you will.
@Nebulas, this should probably go in a new thread, but i'll ask anyway!
I have my data in the dataverse in a newly created table. I can perform a Get Row, and filter down to the actual row and information I need. The output of Get Row is in JSON and I could parse the output.
If I wanted to retrieve just one of the columns value, for that row, what are the next steps?
Is it
PARSE JSON output of get row
initialize variable for the particular column and value
use the variable as needed?
some guidence would be tops.
I see to run into PA wanting to wrap everything in a for each loop
cheers
If you are using the 'Get Row by ID' dataverse connector then you shouldn't need to parse the JSON at all. You can simply then add an action after you 'Get Row by ID' for your 'HTTP' call and form the response from the dynamic content of the record retrieved in the output from 'Get Row by ID'. See my example from earlier post above.
If you wanted to stick with parsing first you could add a 'Select' action from Data Operation and then add the fields to the map. The first column is just a name you give it, then the second column add the value of the field from the output of your parse. But this is somewhat redundant due to my point above.
Here is a screenshot of my flow. The do until is simply until 'Status code' from the HTTP output is equal to 200. Note also that the two initialise variables are redundant also and were there for debugging to I could see the values being initialised.
Let me know if this helps.
I too have shifted my token and client details into a dataverse table.
Loads cleaner and probably more efficient that a text file!
cheers
Hi Martin, I am going through this post and it seems like you have accessed Xero API using MS Flow, from your comment I have understood that the initial authentication for Xero, which requires us to enter the email password for Xero cannot be done through the flow and I need to use Postman only to get that done?
Yes, authenticate in Postman. Save the values to data store (I used sharepoint) then use these to refresh the token every 15 mins I think.
Great thanks a lot for getting back!
Thank you so much for this - that has saved me a LOT of time!
Hi @LukePWilkins , thanks for sharing your approach here. Per Xero API documentation, a refresh_token expires after 60 days. How have you tackled this issue? Or every 60 days, are you configuring a new access_token via Postman and use the associated refresh_token for another 60-day period?!
I have used your approach and it is working fine now, but my concern is what would happen after 60 days. Xero Documentation says "These are valid for up to 60 days": https://developer.xero.com/documentation/guides/oauth2/token-types/#refresh-token
I would appreciate if you share your thoughts or if you may have found a solution to tackle this via Power Automate.
Hi @HMD85
I use a Power Automate to refresh the access token. A refresh token is also provided in the same response. Both are stored, in my case, in a Dynamics table.
I use the refresh token to refresh both the access token and the refresh token every 15 minutes using a scheduled Power Automate flow.
I use the Access token in my other flows that consume Xero data.
Hi @MartinHutchcpa , thank you for your reply.
I have the same flow which generates new access token and refresh token. I store these in a Sharepoint list and use them in the next HTTP call via the flow where both tokens refresh and are restored in that list.
However, my concern is that refresh tokens are ONLY valid for 60 days per Xero documentation! So what will happen after 60 days?
Does it mean an existing refresh token is valid for 60 days to be used for the first time? so every time you generate a new refresh token it stays valid for 60 days to be used?
Yes that latest refresh token that is in the payload is saved and then used next time the refresh occurs.
I have not had any problems with this.
@HMD85, I retrieve the refresh token and store it in a data verse table. I have a second flow, aside from my main one, that refreshes the auth token a minute before my primary flow reoccurrence.
The token is updated and the row in the data verse is updated. In my master flow, I then retrieve that updated row again and use the token.
@LukePWilkins @MartinHutchcpa @HMD85
Just FYI, I have setup now using Microsoft Azure Key Vault to store these token sets. Same principle as with the above approach but instead of storing in a database/sharepoint it is stored and updated in a Key Vault. I have done this is Microsoft Azure Logic Apps instead of Power Automate, but you could easily achieve the same in Power Apps.
Hi everyone, I hope you are well.
I really need a simple walkthrough for connecting dataverse or power apps to xero. I have found many disconnected (no pun intended) instructions here there and everywhere, but no complete - "here's how you do it" guide
what i want to achieve is to dataverse to connect to xero, create an invoice, and send the url of the invoice back to dataverse (this is to get round the utterly appalling recurring invoice functionality in xero as it doesnt automatically update the prices in recurring bills when a product price changes, so you have to do it manually for every single recurring invoice).
thats all i really need the link to do - i am then going to have a system where a simple crm in dataverse has my clients and their subscriptions, and when they are due for renewal, have dataverse create an invoice in xero, have xero send the url back to dataverse, then dataverse sends the url of the invoice out in an email to the client via 365. this way i can control how often i send reminders for the invoice, what is included in the invoice and also control the text of the email which states due date, payment date, license expiry date etc which is a right pain / impossible in xero. I also have a record of the outbound email in 365, as opposed to its just been sent by xero which I have zero (!) visibility of.
I would also like to know licensing costs at each stage - for instance, postman, looks to be a paid for subscription. there is only me and possibly my bookeeper might need to see the crm . the system will be creating maybe 30 invoices a month.
i'd much rather pay a modest fee per month for this, but there does not seem to be any reasonably priced options anywhere.
all help gladly received.
You might be better off contacting a xero partner. Xero Cloud Integrators | Xero AU There are a lot out there, some on this page. They offer custom solutions for small business that will integrate into the api. Bluerock Digital have purchased the WorkflowMAX arm of xero and are rewriting the code. They have been very proactive in showcasing some of these partners in their latest webinars of the new product development. The Bluerock website isn't great at pointing to them unfortunately, but you may be able to contact Bluerock for a recommendation. WorkflowMax by BlueRock (workflowmax2.com)
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