Hi All,
I was trying to use the Create a new record action from the new connector and am getting an error whenever trying to add a relationship value.
For example, when adding a new Expense that has a lookup field to Currency. When I supply the CurrencyId (GUID) to the field of the Expense I get an error:
"code": "0x0", "message": "Resource not found for the segment '[MY_GUID]'.",
Where [MY_GUID] is the actual Id. This happens for every type of field that is a relationship. If I use the old Common Data Service "Create a new record" action it works just fine.
Solved! Go to Solution.
After some investigation of what's going on behind the scenes in comparison to the regular Common Data Service connector I saw that previously
"item/_transactioncurrencyid_value" : "YOUR_GUID"
was used to populate the lookup in the API call, this requiring only the GUID of the currency to be filled in as a parameter in Flow. Now with the current environment this changed to
"item/TransactionCurrencyId@odata.bind": "/transactioncurrencies(YOUR_GUID)"
Sadly, at the moment the "/transactioncurrencies(" and ")" are not added to the API call when you simple add a GUID field as parameter for your action. So, the solution for now (expecting this to be solved as a bug soon), is to manually add these two parts in your lookup field to make the API call valid.
Hi @Helpful ,
Could you please share a screenshot of your flow's configuration?
As you said when you Created a new record with the new connection, the error occurred.
So please make sure the new connection has the permission to the entity you want.
Best Regards,
Community Support Team _ Zhongys
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thanks, @v-zhos-msft,
I have since reconfigured to use the existing CDS "Create a new record" action. In my post I was referring to the new CDS connector called "Common Data Service (current environment)". Announced here: https://us.flow.microsoft.com/en-us/connectors/shared_commondataserviceforapps/?slug=common-data-ser...
I used that connector for the Trigger event, as well as a Get record action in the Flow, however, when it came time to Create a record it got wierd.
I'm not going to spend too much time on it because the info seems pretty limited. Even the documentation link in that anouncement goes to a 404 page.
After some investigation of what's going on behind the scenes in comparison to the regular Common Data Service connector I saw that previously
"item/_transactioncurrencyid_value" : "YOUR_GUID"
was used to populate the lookup in the API call, this requiring only the GUID of the currency to be filled in as a parameter in Flow. Now with the current environment this changed to
"item/TransactionCurrencyId@odata.bind": "/transactioncurrencies(YOUR_GUID)"
Sadly, at the moment the "/transactioncurrencies(" and ")" are not added to the API call when you simple add a GUID field as parameter for your action. So, the solution for now (expecting this to be solved as a bug soon), is to manually add these two parts in your lookup field to make the API call valid.
Bravo! Just got back from vacation, tried this and it works as you spec'd.
Sadly, this means my Create action will break as soon as the bug is fixed, but this gets me using a single connection type for the flow. Much appreciated.
I'm chiming in on this thread as I've been going over the issue myself, with other MVPs and with the product team. This is currently by design. The CDS (current environemnt) connector expects the referenced attribute values in the form of OData id (entity-name(record-id)).
I realize digging for the entity names may sometimes be a bit of work, especially as core CE, PSA and FS have differences in how entities are named. There is a way to dig out an entity name from a "Get records" action to hopefully help with this a bit. I'm working on a post around this and will update this thread with a link in the near future.
Edit:
https://daytodaydynamics365.com/referencing-records-when-using-the-common-data-service-current-envir...
Thanks for the video. It was really helpful.
So the MS product team confirmed that the annoying additional step to create a compose is by design and they won't be changing it?
That's a bit disappointing since I was looking forward to using the new CDS connector but this one area seems to be a downgrade.
This "feature" makes the connector unusable for us. We have flows where we reference 10 other records or more. Now, when the referenced GUID is blank on a particular record, instead of writing a null value in the flow with all other steps executing properly, the flow fails because the syntax is incorrect for that one null value. We've spent quite a bit of time trying workaround expressions- "if(empty(outputs....." and have been unable to make anything work.
I completely agree. It's really stupid. There are times where I might not have a GUID value for that specific field but I'm forced to add in the entity reference.
This was raised as an issue. Please up vote for quicker resolution.
Allow-Setting-null-value-to-the-lookup-field-in-Common-Data
Regards
Pavan
Hi,
I am also facing issue while creating Project task record.
Thanks in advanced.
Try the expression
concat('projects(',triggerOutputs()?['body/_msdyn_project_value'], ')')
I have a problem creating a new record in that the contact GUID that I pass is not being accepted. I get this error: Resource not found for the segment '6a93486d-9809-eb11-a813-000d3a569ac4'. I know the GUID is correct because I can paste in a URL and it loads the correct Contact in Dynamics. Here is a peak at the source in the Create Record Action:
With the new connector, the required syntax is ‘Contacts(GUID)’
just sending the GUID won’t work, you need to add the plural schema name of the entity plus () with the GUID inside
Thankyou Captjoemcd
I made the change to use 'Contacts(@{items('Apply_to_each')?['contactid']})' but I get this error -> Bad Request - Error in query syntax.
But contacts(@{items('Apply_to_each')?['contactid']}) works, so it appears case sensitive. ie contacts(GUID) works
Thanks much for your help.
Still working with this as designed and still not liking it.
I'm sure there's a good reason for putting Flow authors through these extra steps, but it's not clear what it is from an outside perspective.
Take an example of using a Flow to copy a record. It involves creating a new record with potentially several relationships that may or may not have values.
Each relationship field on the new record has to have an expression (to determine if it exists) that includes the relationship prefix and the funky '_value' string... kind of a mess for a very common scenario.
I'm sure everyone has their syntax for the expression that handles empty relationship values figured out, but thought I'd add it to the thread. Below is an example of an expression added to a relationship field of of a "Create new record" action where I'm looping through records and creating copy of each one.
if(empty(items('For_each_Child_Record')?['_xyz_relatedrecordid_value']), '', concat('/relatedrecords(',items('For_each_Child_Record')?['_xyz_relatedrecordid_value'],')'))
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