Issue on Editable Grid

Hi All,

when I am using the Editable Grid on Form, as soon as I try to enter the values in it, it gives me an error. when I looked into Application Server Logs, it is showing the following error:

          at com.appiancorp.process.expression.ExpressionRuntimeException$AppianExceptionWithRootCauseProvider.<init>(ExpressionRuntimeException.java:119)
          at com.appiancorp.process.expression.ExpressionRuntimeException.<init>(ExpressionRuntimeException.java:93)
          at com.appiancorp.process.expression.SaveOperatorRuntimeException.<init>(SaveOperatorRuntimeException.java:24)
          at com.appiancorp.process.expression.SaveOperatorRuntimeException.createSaveOperatorException(SaveOperatorRuntimeException.java:44)
          at com.appiancorp.process.expression.SaveOperatorRuntimeException.createSaveOperatorException(SaveOperatorRuntimeException.java:48)
          ... 460 more
Caused by: com.appiancorp.suiteapi.common.exceptions.AppianRuntimeException: com.appiancor...

OriginalPostID-262857

  Discussion posts and replies are publicly visible

Parents
  • @rishub i tried your code and i didn't get that error until i tried to delete a row i had previously populated with data so not sure why you're getting that error at the moment. The only change I made, as it pertains to the grid, is the following:

    1+rule!enumerate(count(ri!Partial_Transfer_Asset_Information)) --> 1+enumerate(count(ri!Partial_Transfer_Asset_Information))

    Everything else is pretty much the same. Check the type of all your ri!inputs and if the array box is checked.
Reply
  • @rishub i tried your code and i didn't get that error until i tried to delete a row i had previously populated with data so not sure why you're getting that error at the moment. The only change I made, as it pertains to the grid, is the following:

    1+rule!enumerate(count(ri!Partial_Transfer_Asset_Information)) --> 1+enumerate(count(ri!Partial_Transfer_Asset_Information))

    Everything else is pretty much the same. Check the type of all your ri!inputs and if the array box is checked.
Children
No Data