Hi,
Which helper can be used to restrict the entries of an array from an HTTP Get response in SAP CAI?
I am getting multiple entries and I want to filter based on condition. Can you please help?
Example :
I am using each helper - {{#each api_service_response.Value.body.d.results}} {{formatDate InvoiceDate 'DD-MM-YYYY'}} {{/each}}
and I am able to get the response, but I don't want all the dates. I want to restrict the count and also filter depending on Month/Year. Can you guide.
Regards,
Nisha