@abdul wrote:
Hi, I am checking if there is anyway that I can use the result of one helper function in another helper function and how can I use it, for example, I am looping through as below
{{#each v.NOVNumber as |vv iindex|}}
And then if I am getting an another element as below, using the same index:{{get v.NOVNoticeTypeName iindex}}
Then how can I use this element that we have got in a statement like below, to check if that is first or last element etc?{{#if (isFirst v.NOVNumber vv)}}
Any help please - thanks in advance
Posts: 1
Participants: 1