I want to stop Transform by checking the value of the field of the first record in Transform Map.

chanken
Tera Contributor

Hi Everyone,

I want to stop Transform by checking the value of the field of the first record in Transform Map.

Since OnStart has not read records yet, it can not be determined.

Can I recognize the first record on OnBefore? Is there any other good way?

regards.

 

5 REPLIES 5

chanken
Tera Contributor

I referred to the following thread. 

 

https://community.servicenow.com/community?id=community_question&sys_id=134f7e69db58dbc01dcaf3231f96198a

 

Query was executed in OnStart script.

And Ignore = true if it meets the condition.