If Coalesce failed record should not create

SANJEEV4
Tera Contributor

I have a requirement. We should not create a single record when coalesce fails(coalesce for update only )

 

That should be updated only.

I created onBefore with 

if(action == 'insert'){
ignore=true}

//Still it's creating new records

 

8 REPLIES 8

@SANJEEV4 

ignore = true should work

Is it always inserting when coalesce is not found?

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Yes @Ankur Bawiskar 

I already unchecked @Mohith Devatte 

@SANJEEV4 

share the complete script along with screenshots.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Mohith Devatte
Tera Sage
Tera Sage

Hello @SANJEEV4 ,

Script looks good to me .

Can we give it a try by unchecking "Run business rules check box" in the transform map? 

 

Hope this helps 

Mark my answer correct if this helps you 

Thanks