Conditional logic in the custom button provides control and flexibility for the Super Clone and Super Clone Pro custom buttons. All of the URL parameters that get passed into the Super Clone and Super Clone Pages can be surrounded by Salesforce’s formula logic.
Here is an example of using a different configuration based on an Opportunity’s stage. Similar conditional logic could be used for record types or any other field on the object.
/apex/lcrm_scp__scpClone?rid={!Opportunity.Id}&cfg={!IF(ISPICKVAL(Opportunity.StageName,'Closed Won'), 'ConfigWon', 'ConfigLost')}