How can we pass dynamic attribute value in a loop condition.
Something like ${i:lt({$.count})},as i am getting error while putting up this condition in RouteToAttribute processor.
How can we achive this.Please help here.
,
How can we pass dynamic variable in a loop,for an instance i want to create a condition in RouteToAttribute like ${i:lt({$.count})}.
But as from the Nifi expression language doc we can only pass static value as a paremeter in lt().
How can it be achieved.Please help here.