On Appian Cloud site, when searching using text for a record in the record list

On Appian Cloud site, when searching using text for a record in the record list view, I am getting the following error:
Expression evaluation error at function a!recordListSafeExceptions: An error occurred while executing a save: Expression evaluation error at function fn!getrecorditems_appian_internal [line 25]: Error evaluating function fn!getrecorditems_appian_internal : Invalid logical expression. No filter criteria have been given.
I have not set any default filters or user filters. Is this related to the issue described on this link: forum.appian.com/.../e-199542 and if so does a special patch need to be applied to the cloud site for this?

OriginalPostID-218520

OriginalPostID-218520

  Discussion posts and replies are publicly visible

Parents
  • Hi, It looks like you have used query entity to retrieve data on the summary screen. Thats y when u clicked on record item its throwing error (Unable to open summary screen).
    Exact issue will be at query entity where you are mentioning query filters.
    It seems like you applied some null check logic for query filter and at this instance all the input values are null. So Pass some filter value when all inputs are null.
    Like a!queryFilter(field:"id", operator:"not null")
Reply
  • Hi, It looks like you have used query entity to retrieve data on the summary screen. Thats y when u clicked on record item its throwing error (Unable to open summary screen).
    Exact issue will be at query entity where you are mentioning query filters.
    It seems like you applied some null check logic for query filter and at this instance all the input values are null. So Pass some filter value when all inputs are null.
    Like a!queryFilter(field:"id", operator:"not null")
Children
No Data