Update variable value using SetValue
Hi,i'm trying to update requested item variables using script. i tried to do it using the setValue functionSeems like this option workreq.variables.first_name = 'MY NAME';but this option does not work:req.setValue('variables.first_name ','MY NAME);re...
