I have a string of text entered using a multiple choice option. I would like to replace the last comma in the string with the word and. This is the expression I am using, but I have been unsuccessful at getting it to work: regexReplace({Main Level Description}, ā(.*)|ā, "$1 and ")
This probably goes without saying, I have very limited coding experience. Knack support suggested using three text formula fields, on to extract up to the last coma, a second one to extract after the last comma and a third to combine the results.
Any help is greatly appreciated!