Skip to main content
ayushg0003
May 25, 2021
Solved

Error in process model

  • May 25, 2021
  • 7 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: recordactions

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 stefanhelzle0001

Line 306 is

actions: recordactions: {

According to documentation

https://docs.appian.com/suite/help/21.1/Record_Action_Component.html

the parameter is just "actions"

So please remove the word "recordactions" as the error message implies.

7 replies

May 25, 2021

The interface in the start form might be having an undeclared rule input. Also check the sub interfaces/rules inside it. The error might also come when you missed ":" in label value pair or missed "," at the end. 

Hope this helps.

Thanks,

Sree Devi J R

davel001150
May 25, 2021

Go into your start form, go into expression mode, click inside the code, then press ctrl + F.  Type "recordactions" in the little search box.  That will probably lead you to the errant line of code.

You can post that in here if it remains non-obvious.  Some context (as much as you can provide) does aid greatly in seeing the problem.

ayushg0003
May 26, 2021

thank you for your reply 

there is no error in the code

stefanhelzle0001
Brainy
May 26, 2021

Would you mind posting a screen shot of the tab "start form" or "forms" of the model or node where you use this form?

vinitaj0002
May 26, 2021

Hi Ayush ,

The error looks like there is a mismatch in the variables that are declared can you try to use actions instead of Recordactions that should solve your probelm.