I would like to custom Running of Key. Please advise it for me.

0
Now I design Table for Running Setup like this below. Table:  Running  - Column : FixText                    AAA - Column: Start                         1 - Column: LenghtRunning       5 Result  2020AAA00001  (CurrentYear + FixText + 00001) How I write Expression Code in XPath?  (Microflow by SaveAction)  
asked
1 answers
0

Hi 

You can use formatDatetime ('CurrentDate','YYYY') to get the Year 

Start = 1 will be your column, use StringLeftPad Java Action from Community Commons module and you can append to make it 00001

CONCAT Alll above to form a result in the Save Action Microflow .

answered