Hi Experts,
I want to capture the last message that is typed by the user. I'm provided the code in which I'm able to fetching the value filed. But I want to fetch the displyText filed that is selected by the user in the requirement tab.
Here is t...
Hi Experts,
I'm trying to count sold & unsold values.
mstav = Z1 & ZP (sold)
mstav = except of Z1 & ZP (unsold)
Here i tried to count the number of Z1 & ZP that is stored in mstav field and this the value of count, except all the values is un...
Hi Experts,
How to Move minus sign(-) from end to start of field.
below this code only replace the value but i didn't find any solution how to move minus sign (-) to start of field.
EX. 76800-, i want to display it as -76800
[{{...
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}}{{/...