Need to change a table number field prefix whose data pulled via integration

Poorva Bhawsar
Mega Sage

Hi Community,

 

I have some data getting pulled from snowflake into servicenow custom table. In servicenow, i have given a prefix there but as its getting pulled from snowflake, its mapping with the prefix which is there in snowflake for number field.

 

I want to change the prefix of the number field to that which i have given in number maintenance table.

 

How to change the prefix for the data which is getting pulled via integration.

 

Thanks

1 ACCEPTED SOLUTION

I fixed it, it should be after insert/update instead of before.

View solution in original post

6 REPLIES 6

I fixed it, it should be after insert/update instead of before.

Also, the last record is using same prefix which is getting pulled from snowflake. It should take the one which i am updating using this BR.