Skip to main content
May 12, 2021
Solved

Getting Error message: error in an expression in Process model properties at process start form : neither variable(s) or rule(s) found: size

  • May 12, 2021
  • 4 replies
  • 0 views

Getting Error message: error in an expression in Process model properties at process start form : neither variable(s) or rule(s)  found: size

Having problem with process model and being unable to access site page made with application

what may be the problem? and how to solve it?

thank you.

    Best answer by natashan0002

    HI,

    Try checking yours interface. There will be extra "size" key somewhere whose value either not defined or the key is inappropriately defined in the sail function. Search for "size".

    Debug all the blocks. Alsosub interfaces if any.

    This error is not in process modelbut in the interface. The interface does not capture these errors.

    4 replies

    natashan0002
    May 12, 2021

    HI,

    Try checking yours interface. There will be extra "size" key somewhere whose value either not defined or the key is inappropriately defined in the sail function. Search for "size".

    Debug all the blocks. Alsosub interfaces if any.

    This error is not in process modelbut in the interface. The interface does not capture these errors.

    May 12, 2021

    thank you,

     will try.

    isaace
    New Participant
    June 22, 2021

    I had this error as well; when attempting a related action that goes right to a process start form, the same generic, unhelpful error came up.  When I checked the process model, it gave me a little more, that there was some error in 'showwhen' (can't remember exact error text).  I had to do an expression search and finally found it buried, several layers (child interfaces) down, it was a single error in my keyword syntax (which I prefer), essentially I had a line like this: 'showwhen: showwhen: true' .  Once I corrected that, everything fell into place but it would have helped a LOT if I could know the interface causing the error, and the line number :).

    June 23, 2021

    I agree!!

    It would be really helpful if the interface causing the error shows up on the error message.(also the line number[emoticon:c4563cd7d5574777a71c318021cbbcc8] )