Skip to main content
vaishals
August 2, 2023
Question

Process backed record query

  • August 2, 2023
  • 4 replies
  • 0 views

Hi All,

I tried to use a!queryrecordtype to query a process backed record and am getting result. When i tried to put ".data", am getting below error.

Any idea on this error?

Thanks in advance

4 replies

stefanhelzle0001
Brainy
August 2, 2023

Can you share the code?

vaishals
vaishalsAuthor
August 2, 2023

a!queryRecordType( recordType: 'recordType!{3088ff64-0f15-432d-8580-c3917406b342}testA', filters: { rule!BLO_filterEqualsOrIn( field: 'recordType!{3088ff64-0f15-432d-8580-c3917406b342}testA.fields.{testB}NTCP_testB.{Id}Id', value: "10" ) }, pagingInfo: a!pagingInfo(1,1) )

Am getting expected results for this query. But am getting error message when i try to index data of the result.

stefanhelzle0001
Brainy
August 2, 2023

I suggest to open a support case. This a!testservice call is something internal.

ponnuchama617877
Known Participant
August 6, 2023

Hi,

  I tried this one and getting the same error. One more thing I noticed. When I was trying to use "Query Editor" I was showing the following error.

Root Cause (My Assumption): Appian may not support querying the Record Types having the source as "Process Model".