We are currently performing maintenance on Appian Community. As a result, discussions posts and replies are temporarily unavailable. We appreciate your patience.

How to get filter value of the recordType into a specific variable

Hi,

I am using a read-only grid with data as "recordType" and I was able to load the gridcolumns. So far so good.

Now I am trying to download the data using "exportDataStoreEntityToExcel"  smart service .

Now, then I try to pass pass the selected filter value to the "exportDataStoreEntityToExcel", it is not working.

Is there away I can get filter value of the recordType into a specific variable?

filters: a!queryLogicalExpression(
operator: "AND",
filters: {
a!queryFilter(
field: "disabled",
operator: "=",
value: 'recordType!{3b28d66a-bc4f-445a-ade2-11f4b0bb38cf}LA Leads.filters.{ab7a2ca5-0634-4536-a28b-8904f23d0e04}Disabled'
)

},
ignoreFiltersWithEmptyValues: true
)

  Discussion posts and replies are publicly visible

Parents Reply Children