Jump to content

Do not send Null values to Target connector in Scribe Online


Manoj Chaurasia

Recommended Posts

Hi @Murali Anand,

 

You can achieve this in Scribe Online with:

 

Lookup Block for the target entity

This formula in the destination field in the Update block

 

IF ( ISNULLOREMPTY (SourceEntity.field) , Taget_LookupEntity.field , SourceEntity.field)

 

 

 

 

So you need to first lookup the existing record. If the source is null, write back the existing value to the field, otherwise, write the new value.

 

Keep in mind this method will reduce performance and increase API hits for the target, as each record will require an additional lookup.

 

There is a feature on the Scribe Online road map to perform this function without an API call and make it easier through the UI. I don't have an estimate of when it will be released.

 

Let us know what else you need.

 

Jeff

Link to comment
Share on other sites

  • 2 weeks later...
  • 5 weeks later...
  • 1 year later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...