I am using the Sql server connector to obtain data, the data is in a process variable that will be used in a select widget.
Instead of showing the items like this "Test" shows them like this:
"T
e
s
t "
How can I solve that?
My variable es called clients ../API/bpm/caseVariable/{{task.caseId}}/clients
In values I usded clients.value
clients.value returns this:
{"case_id":"35030","name":"clientes","description":"","type":"java.util.Collection","value":"[Client Additions or Withdrawals, No Money Exchanged, Mid Term Capital Distributions, Cash Account (US Dollar), Fund Reinvestment--Long Term Gains, Fund Reinvestment--Mid Term Gains, Fund Reinvestment--Short Term Gains, Fund Reinvestment--Dividends, Management Fee, Banco Bradesco SA]"}
These values are not client, change the query for confidentiality reasons.