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.
Discussion posts and replies are publicly visible
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
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.
thank you for your reply
there is no error in the code
Would you mind posting a screen shot of the tab "start form" or "forms" of the model or node where you use this form?
start form
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.
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.