I have a process set up to run on newly created Posted Fields, examine one field in particular and conditionally set values on the associated Contact record.
The logic of the process works fine, however when a new posted form enters the system only see 5 or 6 process sessions are started. The form capture I am testing with has 9 fields, and the 5 or 6 fields that the process runs on are random and sometimes doesn't include the one I actually care about.
If I look at the posted form itself I can see that all of the posted field records actually exist, the process just doesn't run for all of them. Am I hitting some kind of limit here, and if so is there a way to work around it?