I am trying to send parameters to a scheduled script from a user event script via the N/task module. The scheduled script is called successfully from the user event script and displays my logs, but I need help passing a value created from the user event script to the scheduled script instance. I am trying to learn how to use ScheduledScriptTask.params to do this. So, after I define the key/value pair for the parameter in the user event script within the definition of the task.create object, I am confused on what I have to do next for the scheduled script to retrieve it. Do I have to create a parameter field on the scheduled script record or the user event script record? and do I have to name the ID or label of the script parameter field anything particular? like what I defined the key as in ScheduledScriptTask.params? please help!