mshanemc / roundRobinProcessBuilder

27 stars 10 forks source link

I received Invalid recordId error. #15

Open kmchugh-iccu opened 4 years ago

kmchugh-iccu commented 4 years ago

Hi, I received Invalid id: 3D00GZ0000003I4mn error. "Error element myRule_1_A1 (FlowActionCall). An Apex error occurred: System.StringException: Invalid id: 3D00GZ0000003I4mn " My process builder looks like this. What is recordID?? image Please let me know. Thank you,

mshanemc commented 4 years ago

recordId is usually the record of the thing you want assigned. Normally, you'd set the type to reference and then select the recordId of the case.

kmchugh-iccu commented 4 years ago

Thank you, it was worked. I no longer receive error messages. ;-)