Is there a way to decrypt the instance start data?
When a failed workflow occurs, the first thing we do is check the instance start data + activities to troubleshoot. However, it is sometimes hard to read the data in the instance start data, as the variables do not match the variable names of the form fields. Instead they look something like this: se_currency_4_RgwiI2K90c : 500
This only indicates the field data type and submission data. Most times this is sufficient, but I have a form that has multiple (non-mandatory) currency fields next to each other. When only one of these non-mandatory currency fields are filled out, I cannot determine which one the variable start data is displaying. (The numbering convention se_currency_4_RgwiI2K90c doesn't help in my case, its scattered)
Help me Obi Wan Kenobi?