You already have the 7 parameters in the object.
Create a new one (in the master or parameter script) that is an amalgamation of those 7 - i.e. new_parameter = parameter 1 + parameter 2 + parameter 3, etc.
PARAMETER new_parameter = new_parameter
If any of them are numerical parameters rather than strings you will need to convert them to a string value.
You can control the spacing between the names by adding new_parameter = parameter 1 + " "+ parameter 2 + " " + parameter 3, etc.
Or new_parameter = parameter 1 + "-"+ parameter 2 + "-" + parameter 3, etc.
Then just schedule the new parameter rather than all 7.
Barry.
One of the forum moderators.
Versions 6.5 to 27
i7-10700 @ 2.9Ghz, 32GB ram, GeForce RTX 2060 (6GB), Windows 10
Lenovo Thinkpad - i7-1270P 2.20 GHz, 32GB RAM, Nvidia T550, Windows 11