I know in SS1 I was able to set the script context, is there nothing like that in SS2?
Tyler
05/06/2019, 3:36 PM
Essentially what I am trying to do is based on a variable on a record, I want to run either script1 or script 2
b
battk
05/06/2019, 3:43 PM
from what you shared so far, you may be able to make both script 1 and script 2 calculate the variable and return early depending on which you want to run
t
Tyler
05/06/2019, 4:01 PM
@battk That's exactly what I ended up doing. Thank you, @erictgrubaugh and @alien4u for the advice