Hi,
how to set value to script paramter through script?
w
wbermudo
11/10/2021, 8:50 PM
Depend on what you are doing, there is no way to set (update) script parameter values via script. You can only pass parameter values say from Server Side script to M/R or Scheduled Script via the options params property (N/task) module.
s
stalbert
11/11/2021, 4:07 AM
it's been a while but I recall you can update script parameters via script <I think?>