Hello,
I'm new to Appian doing Developer course , as part of course Excercise 10 part 2 I cretaed Request Maintenance. Process Model and trying to " Start Process fro Debugging " but I'm getting below error.
Discussion posts and replies are publicly visible
Hi!
Can you check and confirm that you do not have any unreferenced variables or errors in the Start Form? You might have expressions in the Start Form interface that reference a rule input that no longer exists. In the following steps, 1) Confirm that the interface used in the start form does not have any issues in the expressions (review in expression mode), 2) Confirm that your start form is mapping inputs correctly in the process (Properties > Start Form).
Hope this helps!
Hello Greg - I didn't see any errors in interface and also in Process Model
I took a quick peek at your process model and it appears you are populating the value of your process variables with a record type. When the process starts, it is attempting to populate the process variables with the value specified. Since the value specified is a record type and not a structured data set as it is expecting, the process errors. Remove the value from both of these process variables and try again. Hope this helps!
Greg - Perfect after removing values, its working.
Thanks Greg for helping!!