Skip to Content
0
Dec 29, 2022 at 09:31 AM

How to use 2 different API's fileds at same time in sap cai

148 Views

Hi Support,

I want to know that how to use 2 different API's Fields in same memory field.

{{#eachJoin api_service_response.default.body.d.results}}
{{#eq vkgrp vkgrp_ana}}
{"Id": "{{vkgrp}}","Prod_Name": "{{kunrg_ana}}"}
{{/eq}}
{{/eachJoin}}

In above code (vkgrp) is a one API field and the (kunrg_ana) is the another API field. So I want to compare (vkgrp) and (vkgrp_ana) and then fetch the values of (kunrg_ana). Please guide me.

Thanks in advance !