Hi Team,we need to format the date for request attributes in workflow email templates. I tried with below config but it prints empty in the email.${accessItems.collect{ it.request_access_attrss.find{it.attributeName.toString().equalsIgnoreCase(('star...
Hi Team,Is it possible to get dynamic attribute value in workflow email template subject for evaluating conditon.I tried the below condition in email body i'm able to get the value but when i tried to place it in subject and updating the email templa...
Hi Team,We are trying to print request attributes in email template from the form. we need right syntax to use it email template subject. We are using the below conditionsif (request?.requesttype == 18) New Joiner Request ${requestid} has been reject...
Hello Team,
We have a requirement to send approval notification email to the manager with below details. So for that we attached the email template in workflow and we are submitting the "Create User Request" form (Joiner form) via ARS. Some binding v...
Dear Team,We have a requirement to print current date in email template like below format, 19th Sept 2023 can someone assist me with binding a variable for the date format of - 19th Sept 2023 Regards,Bhargav.
Thanks Sudesh,The below binding variable is working and giving the output as 19th Sep 2023.${Calendar.getInstance().getTime().format("dd'th' MMM yyyy")}Suppose if the current date is 1st,2nd,3rd,4th in that case how can we fetch the date automatica...