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
shachnashachna 

Presistent Error When trying to create 2 or more records using 1 input page

I keep getting an error repot with this error:

 

Encountered unhandled fault when running process Messing_Around_S/

301F00000008Pby exception by user/organization: 00DA00000009S3P/{4}

interaction.sfdc.adapter.rules.SalesforceRuleBrokenException: UPSERT --- UPSERT FAILED ---  ERRORS :  (MALFORMED_ID) Therapy: id value of incorrect type: ABA Assessment ---  for SFDC record with ID : null,

caused by element : Data update.Create_Multiple_2

caused by: interaction.sfdc.adapter.rules.SalesforceRuleBrokenException: UPSERT --- UPSERT FAILED ---  ERRORS :  (MALFORMED_ID) Therapy: id value of incorrect type: ABA Assessment ---  for SFDC record with ID : null,

Salesforce Error ID: 637980083-10856 (1679553335)
 
This flow is designed to create multiple records after the user inputs all the info on a single page. The trouble seems to be with the choice field (ABA Assessment is a choice). The same issue happens no matter what choice I make.
DarrellDDarrellD

To me this looks like you are trying to use "ABA Assessment" as the Record Id.  Can you either screen shot or somehow put what you have in the Flow Update?

shachnashachna
Turns out that I was referring to a lookup field by accident. Thanks for the help. -- Mottel S. Zirkind