Skip to main content
October 21, 2022
Question

Recordtype not found in process model properties at process start form

  • October 21, 2022
  • 2 replies
  • 0 views

Hi all!

While working on Exercise 10 (Process Modeling 101, Part 1) I encountered an error in an expression in process model properties at process start form. It says "Neither variable(s) nor rule(s) found: recordtype".

Therefore, I cannot publish the interface. At this stage the Process Start Form contains "AX_AddVehicle" as an interface with 'vehicle' as Rule input, 'AX Vehicle (Record Type) as type and 'vehicle' as value. In Variables section the vehicle with AX Vehicle (Record Type) is also named. So I followed the instructures as the step-by-step exercise prescribes.

What could be the problem? The recordtype definitely exists. The previous work has been done without mistakes.

Thank you. 

2 replies

daniell
Participating Frequently
October 21, 2022

Hi, you likely have the text string "recordtype" in your interface definition somewhere, instead of an actual reference to a record type (using recordtype! as the domain). The "Neither variable(s) not rule(s) found" error means that Appian doesnt understand what you're referencing, not that the record type doesn't exist. Hope this helps! If not, try posting the code for your interface and maybe someone can spot the issue.

October 21, 2022

Thank you, I rechecked the used interface code and found a tiny mistake there, there were extra words "recordtype:" in one line of the code, so I removed it and it worked.