Hi 2DF-MSD,You can certainly achieve that with the help of an enrichment
activity on a workflow.You can use the formulaLPad(<‘attribute that
needs padding’>, , <‘Character to use for padding at the BEGINNING if input
text is smaller in length as compared to final output you want’>)Or
useRPad(<‘attribute that needs padding’>, , <‘Character to use for padding
at the END if input text is smaller in length as compared to final
output you want’>)So in my test workflow I usedLPad([target/@account],
10...