cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Router configuration

sanam
New Contributor

Hi Team,

I need some help in router configuration.
I have snap execute where we select data and want to push to different target tables based on theater column.
how to put the condition
theater=โ€˜Americaโ€™ in the router.

14 REPLIES 14

tlikarish
Employee
Employee

Use two equals signs to do an equality comparison.

theater=='America'

sanam
New Contributor

It is throwing Error in router . I error have a select query in sql server execute

sanam
New Contributor

when i dont add the $ sign
record_count is undefined. Perhaps you meant: parseInt, decodeURIComponent, parseFloat, encodeURIComponent, Resolution: Please check the spelling of the variable

The $ refers to the incoming document. The error message means that one (or more) of the incoming documents doesnโ€™t have a field called record_count. Could you look at your pipelineโ€™s preview data and see if that field exists?