How can I extract a specific number of characters from the end of a string in Stackby using the RIGHT() function?
Use RIGHT() like this:
RIGHT({Example Text},5) in the “Extracted Characters” column to get the last 5 characters from the “Text” column.