Hi All,
We have a requirement where every new instance should have an numerical ID.
For example, if I raise a new travel request now, it should have "01", and then every new instance should have the next one in incremental order. I have found that we have "instanceID", but that is quite long, and "newGuidAsString" is also lengthy.
We just need an ID that starts with "1" and then increments with every new instance started, regardless of whether instance is completed or failed. So, I can use that value as the instance name.
I am sure this functionality would be there but it’s that I am not able to find it out.
Thanks & Regards