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 / Fetchxml filter condit...
Power Pages
Unanswered

Fetchxml filter condition equal to a variable in Javascript

(0) ShareShare
ReportReport
Posted on by 150
Hi,
 
I've written the code below to fetch dataverse data. I want to apply a filter condition to retrieve only the rows if entryno equals to a value in a javascript variable. How can I pass the variable value inside the fetchxml tag?
 
 
var JSvariable ="";//dynamic text
 
{% fetchxml EnesTest %}
      <fetch version="1.0" output-format="xml-platform" mapping="logical" distinct="false">
        <entity name="ab9cc_test">
          <attribute name="ab9cc_entry_no" />
          <filter type="and">
            <condition attribute="ab9cc_entry_no" operator="eq" value=JSvariable />
          </filter>
        </entity>
      </fetch>
      {% endfetchxml %}
Categories:
I have the same question (0)
  • Verified answer
    Fubar Profile Picture
    8,338 Super User 2025 Season 2 on at

    In Liquid you don't.  Liquid gets run and rendered before JavaScript even loads.  You can call a Web Page and pass it a parameter and then get that value via the request object in liquid.  Alternatively, you would use the Portals Web Api (which is all JavaScript).

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