Hello,
I’m trying to find a solution when I take the current queue items from orchestrator it will look in this way:
001230
001420
000400
000030
As you see 6 digit number start always with at least one zero number.

I don’t have any problem to access the Customer No, but I need somehow to delete only the first zero numbers.
For example:
001230 → 1230
001420 → 1420
000400-> 400
000030-> 30
How to assign in CurrCustNo this change?
