Inputs are accessed through the input object. For complex scenarios, you can:
Pass JSON objects as input (must be valid JSON strings).
Convert Make collections to JSON using the Transform to JSON module.
Inputs passed to your script are accessible as an input object.
If you're passing multiple variables, it’s recommended to structure them as a JSON object for clarity and ease of use.