function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
sfdc@isha.ax1814sfdc@isha.ax1814 

Checkbox display through process builder-Need urgent help

Hi Team,

I have a process builder where iam creating a record on cutom_object__c and iam mapping a checkbox[Top x Account] which is populating from contact.Account fields

Iam doing a negative testing by removing Account value on contact. So, My proccess builder is failing and getting below error. 

Error:

Can’t Save Record
We can't save this record because the “VOC Create Campaign Nominated Survey Records” process failed. Give your Salesforce admin these details. This error occurred when the flow tried to create records: INVALID_TYPE_ON_FIELD_IN_RECORD: Top X Account: value not of required type: . You can look up ExceptionCode values in the SOAP API Developer Guide. Error ID: 448042294-2763196 (-1395494820)

Click here to return to the previous page.


Can you please help me how to fix this issue.
Note: on Account and Custom_object__c the fields are checkbox


User-added imageRegards,
ISHA
SUCHARITA MONDALSUCHARITA MONDAL
Hi Isha,
Checkbox can handle/contains values either TRUE or FALSE. I doubt that checkbox type field will store ID type value.

Please share your thoughts,
Thanks,
Sucharita