Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

What is the purpose of Empty Coalesce Field in Transform map?

Community Alums
Not applicable

Can someone please help me in understanding the use of this field. Where and why will this field will be used?

6 REPLIES 6

akasharora
Mega Expert

If there is a field for example "name" and this value is empty in target record, it will use coalesce when source data has empty value. (when empty coalesce is true)

 

Thanks,
Akash

 

Mark answer helpful or correct if it helps your case.

 

Shashi Bhushan
Kilo Guru

Hi

 

The field map Coalesce empty fields field allows you to coalesce on fields with no value.

By default, fields marked as Coalesce in the field map cause the import set to check for a target record with a field value that matches the value from the import set staging record. When Coalesce empty fields is selected for that field map, an empty value in the target record and import set staging record counts as a match for the purpose of coalescing.

 

For example, the User transform map coalesces on the email field. With the Coalesce empty fields option selected, a source record containing an empty email address coalesces to a target record containing an empty email address.

Please mark correct if you find it helpful.

Thanks

Ben139
Kilo Explorer

Where is this Coalesce empty fields? I can't find it.

You can find the Coalesce empty fields in the 'sys_transform_entry' [Field Maps] table or in the related list [Unused coalesce fields for empty values] of the Table Transform Map.

Mark my answer helpful, if it helps.