we have this formula in our MS Flow - Update Item task...
concat(items('Apply_to_each')['T_x002d_Code'] ,'-' ,items('Apply_to_each')['BoxNo'] ,'-' , items('Apply_to_each')['ID'])
but we need to add leading zeros to the BoxNo and ID so it ends up like this:
A02-00001-000235
How can we format those fields like that please?