Is there a chance I can convert an object to a string using smart value functions?
{{customfield_10102}} gives me this:
ServiceDeskApprovalsBean{id='14000', name='Manager Approval', finalDecision='approved', canAnswerApproval=false, approvers=[ApprovalDecision{approverDecision='approved', approver=UserBean{ ...
When I try
{{customField_10102.asJsonString}}
it gives me empty string.
I need to parse the object and extract approvers for later actions.