I tried to use the below coding <#assign CCHead = ...> to get the head of department value but got error "Expected hash. tmp evaluated instead to freemarker.template.SimpleSequence on line 4, column 19 in |techno=freemarker|.
"
<#assign tmp = inject_objects(list_objects({},"My_col"))>
${tmp}
<#assign CCHead = tmp.head_of_credit_and_hr_managemnet>
${CCHead};
{"my_var_main":{"var_1":"${bank_name}","var_2":"${address_1}","var_2.1":"${address_2}","var_2.2":"${address_3}","var_2.3":"${address_4}","var_4":"${collateral_amount}","var_5":"${to_str}","var_6":"${legal_entity}","var_7":"${CCHead}","var_8":"${current_date_str}","var_9":"${customer_name}","GotCollaAmt":"${checking_amount}","ICno":"${ic_no}","CollaIssueDt":"${signature_date_str}",}}
--
Fujitsu - RunMyProcess
---
You received this message because you are subscribed to the Google Groups "Fujitsu RunMyProcess Developer Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to supportforum+unsubscribe@runmyprocess.com.
To post to this group, send email to suppor...@runmyprocess.com.
Visit this group at https://groups.google.com/a/runmyprocess.com/group/supportforum/.
To view this discussion on the web visit https://groups.google.com/a/runmyprocess.com/d/msgid/supportforum/8bd7ce08-7091-41e3-8227-55cdc8f6038c%40runmyprocess.com.
For more options, visit https://groups.google.com/a/runmyprocess.com/d/optout.
Thank you very much. It is working now.