Skip to main content
New Participant
January 12, 2021
Question

Error while opening record summary view by clicking on the record URL

  • January 12, 2021
  • 3 replies
  • 1 view

Hi team,

We are getting below error while trying to open record summary view via record link. Can anyone tell me where the issue could be? Record is expression backed record. We tried testing individual rules and they gave proper output.

Expression evaluation error at function a!recordBodyWrapper parameter 2 [line 55]: Invalid symbol found (comma) (APNX-1-4205-003)

Let me know if additional information is needed.

Thanks,

Akshar

3 replies

danny.verb
Brainy
January 12, 2021

For expression backed records, the summary view uses the single source query. https://docs.appian.com/suite/help/20.4/Service-Backed_Record_Tutorial.html#configure-the-single-record-source If you are unable to view a single record summary view then I imagine it's more an issue with this query or your interface.

aksharcAuthor
New Participant
January 13, 2021

Thanks Danny. I checked everything and the rules are working alright given the inputs. Upon investigating further, I noticed that the issue started appearing after the site was restarted. I have updated the support case in which the site restart was scheduled to see whether anything went wrong.

New Participant
January 22, 2021

I've received a similar error -  a!recordBodyWrapper: (Invalid index: Cannot index property ’’display_id’’ of type String into type List of Variant). I've resolved the issue by replacing load(..) with a!localVariables(..)