The Community will be undergoing maintenance from Friday February 21 - Friday, February 28 and will be "read only" during this time. To learn more, check out our Announcements blog post.
I’m getting an error using REGEX_REPLACE even though the formula works on regex101. I’m trying to add or to the last item in a series.
My formula in Airtable:
REGEX_REPLACE(String,"/,(?=[^,]*$)",", or")
Any ideas?