Appian Community and Appian Academy are being upgraded. As a part of the upgrade, Appian Community is currently in read-only mode, and user registration is disabled until August 3. We apologize for any inconvenience this may cause, but a more secure, stable, and performant Community experience is coming soon!

The new Appian Community launches August 3, followed by Appian Academy on August 7. During the migration, Appian Community Edition, Appian Academy, Documentation, Certifications, Instructor-led Customer Training, Partner Sales Training & Accreditation, and Forum (for Appian Partners and Customers only) will remain available.

Query parameter in INTEGRATIONS

Hi

I want to filter my data by the field: "provienceID" (image bellow)  in my integration

I create a rule input (number integer)

The idea is, when I change the test values in the expression, I test with 1 and the result will be all my data with the "province ID" with value 1.

I use this expression in query parameter section, but it doesn't filter by the values that I want, it gives me all the values

For example for "province ID" with value 1 must show me just 15 fields

a!query(
      filter: a!queryFilter(
        field: "provienceID",
        operator: "=",
        value: ri!provinceID
      ),
      pagingInfo: a!pagingInfo(1,-1)

    )

  Discussion posts and replies are publicly visible

Parents Reply Children