web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Pages / Help with fetch XML jo...
Power Pages
Unanswered

Help with fetch XML join error "Sequence contains no matching element"

(1) ShareShare
ReportReport
Posted on by 111

Hi,

I have two Dataverse virtual tables. When I join these tables using fetchXML I see error on the page:

 

{
 "results":
 [
 Liquid error: Exception has been thrown by the target of an invocation.
 ]
}

 

 

and error on logs: "Sequence contains no matching element"

I have permissions to both tables and can get data from each of them separately.

 

{% fetchxml feed %}
<fetch version="1.0" output-format="xml-platform" mapping="logical" distinct="true">
 <entity name="lux_propproperties" >
 <attribute name="lux_propertyname" ></attribute>
 <attribute name="lux_mspropertyid" ></attribute>
 <link-entity name="lux_mktgid_sources" from="lux_propertyid" to="lux_mspropertyid" alias="id_sources2" link-type="outer">
 <attribute name="lux_name" ></attribute>
 </link-entity> 
 </entity>
</fetch>
{% endfetchxml %}
{
 "results":
 [
 {% for item in feed.results.entities %}
 {
 "Name":"{{ item.lux_propertyname }}",
 "lux_mspropertyid": "{{ item.lux_mspropertyid }}",
 "lux_name": "{{ item.lux_name }}",
 }{% unless forloop.last %}, {% endunless %}
 {% endfor %}
 ]
}

 

My join fields have simple text format with the same length and look like GUID.

 

I will appreciate if you could help find what's wrong.

Categories:
I have the same question (0)
  • CU-20081201-3 Profile Picture
    58 on at

    We are facing the same issue with link type "not any".

    Any hint would be appreciated 😉

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Pages

#1
Jerry-IN Profile Picture

Jerry-IN 71

#2
Fubar Profile Picture

Fubar 62 Super User 2025 Season 2

#3
sannavajjala87 Profile Picture

sannavajjala87 31

Last 30 days Overall leaderboard