At some point between when we signed up for Ironclad and now, Ironclad changed the way their property keys were named. We have some Workflows that have 20+ signers that we pull from Salesforce and we now have a mix of naming conventions which makes updating Workflow Launch mapping a little less convenient than it could be.
For example we have a Name field for all of our signers and for the first 7 they are something like role1789264785-134s189e641-13417b691 and after 7 they all follow a predictable format signer8Name etc.
If I wanted the other signers to follow this format, would the process require me to:
1. Create a new property with the Key I want (signer6Name, signer7Name, etc.)
2. Replace the old property in every workflow where it is referenced in the questions, document, signer roles, etc.
3. Replace the old property in every workflow's Workflow Launch Configuration
4. Merge the old property into the new one using the data manager
Are all of these steps required, or am I overthinking this process?
The reason I want the keys to match formatting is because the mapping ends up being pretty complex usually traversing about 4 objects for signers and it is much faster for me to copy and paste in the exported JSON with slight text variations than to create mappings in the Workflow Launch Configuration UI.