Get reference field value in workflow Approver user action

ragz
Tera Expert

Hi All ,

I have a field called Telecom contact in the form . How to I get the value into workflow and assigned the approval task to that user.

find_real_file.png

Currently I am using

 answer = [];
   answer.push(current.variables.TelecomContact);

find_real_file.png

 

But it is not working and the action become auto approved all the time .

 

 

find_real_file.png

 

How to fix this?

 

 

10 REPLIES 10

IS the selected user active ?


Please mark my response as correct and helpful if it helped solved your question.
-Thanks

Yes

Can you put a log and see what it is the output


Please mark my response as correct and helpful if it helped solved your question.
-Thanks

I have no idea , Is it possible to get variable values ?

SatheeshKumar
Kilo Sage
Try the below answer.push(current.variable_pool.TelecomContact)