The CreatorCon Call for Content is officially open! Get started here.

Inbound actions

kali
Tera Contributor

Hi All,

I am creating a inbound actions and i need to update  a reference field using scripting part of inbound actions. I am using to current. Fieldname = 'sys id of the value'; It is throwing an error cannot assign a null value. Kindly help me on this.

 

Thanks in advance

7 REPLIES 7

kali
Tera Contributor

@ShubhamGarg  - Tried not working.

@kali ,

 

Can you try this line of code?

 

if (email.from.indexOf("gmail") >= 0)
current.subcategory='32c383f61bab86506a74fd18cc4bcb40';
}

Hope it helps.

 

Regards,

Shubham

kali
Tera Contributor

@ShubhamGarg  - not working