on 2022 Dec 27 11:50 AM
Hello Support,
I am trying to consume an API , in which i want to filter out the result according to memory value. But it is not working with memory value and working on direct value
Not Working-
{{#eachJoin api_service_response.default.body.d.results}}
{{#eq vkgrp_ana memory.product_id.value}}
{"Id": "{{vkgrp_ana}}","Customer_Id": "{{kunrg_ana}}","Unit_No": " {{maktx}}", ,"Area": " {{zzsuper}}","Basic_selling_price": " {{netwr}}"}
{{/eq}}
{{/eachJoin}}
Working-
{{#eachJoin api_service_response.default.body.d.results}}
{{#eq vkgrp_ana "004"}}
{"Id": "{{vkgrp_ana}}","Customer_Id": "{{kunrg_ana}}","Unit_No": " {{maktx}}", ,"Area": " {{zzsuper}}","Basic_selling_price": " {{netwr}}"}
{{/eq}}
{{/eachJoin}}
Kindly help.
Thanks in advance !
Request clarification before answering.
User | Count |
---|---|
57 | |
10 | |
8 | |
8 | |
6 | |
6 | |
5 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.