Forum Discussion
viktor_n
5 years agoContributor II
Hi @deepak.shaw,
If they are documents then you can use Gate snap and after gate you just select $input0[1]
, and it will return you always the second document. But if you want last document than use Tail snap.
Note: Gate snap will wait all documents to come on input and after will return you the data.