I'm trying to get the ID of an item and make it a three digit number string.
I have tried multiple solutions. My most recent is this inside setting a variable
fn-Substring(fn-PadLeft(2,{WorkflowVariable:Oid},00),fn-Length(fn-PadLeft(2,{WorkflowVariable:Oid},00))-3,3)
If Oid = 11 I would expect the result to be 011
The log says Oid: 11 and varOrderID:
I have also tried using a calculated field on the list that has a 3 digit number like I want and use the Query a List action to retrieve the calculated field but that also returns with no result.
