We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

How to push OS Details from Source field data to Custom Field

Talari Balateja
Tera Expert

Hi,

 

I stuck in requirement. I want to push OS Details to custom field from Source field. Attaching sample source data please check it and help me implement this feature. 

 

Source field table: Discovered Item (sn_sec_cmn_src_ci)

 

Source Data.png

Regards,

Sanju.

5 REPLIES 5

If the source contains a JSON string, you can extract the OS value by using a Transform script.

Have the transform script return the value to be set in the target field.