irurzo
10/19/2020, 4:44 PMlog.debug({title: 'Function X', details: '** Finish **' });
and change it to log.debug({title: 'Function Y', details: '** Finish **' });
but when the script runs it shows on the log Function X
even though I can see Function Y
on the script via UISandii
10/19/2020, 7:01 PM