We’re putting the final touches on our new badges platform. Badge issuance remains temporarily paused, but all completions are being recorded and will be fulfilled once the platform is live. Thank you for your patience.
General

General

How to use a script parameter in a script in SCDM

    • FAQFAQ
      Participant

      1. Create a script 2. Publish the script as a group 3. Right click on the group and select Create Parameter. This will create Parameter1 by default 4. Create an arbitrary variable in the script as follows: variable = Parameters.Parameter1 5. The Parameter1 value is now assigned to “variable”.