Hello,
i have to add a serial number after a certain character to keep them separate -
Current Output
Expected Output -
i am using this following formula into formula tool but its not working
if StartsWith([Item], "ABC") then REGEX_Replace([Item], "$1$2", "ABC") else [Item] endif