Add a List column of single line text type.
After you initially Create Item in the list, add an Update Item action afterwards. Then put the Id in an expression function that will get the last two digits out of the ID.
This expression below will result in the last two digits as in '00', '01', '02',...'54','55','56',.....'98', '99', '00', '01, etc,
substring(string(formatNumber(outputs('Create_item')?['body/ID'],'000')),sub(length(string(formatNumber(outputs('Create_item')?['body/ID'],'000'))),int(2)))
Here is a quick example in a flow:
Create the Items - Format the ID of new item - Then Update the item