Hi,
I have a field with multiple '.' in the string. I am trying to remove the last instance of this, but the last word in the string varies in lenght. It there a way to trimright([field], '.*') so it alwasy just removes the last '.abcdf'?
ex.
pages.0.questions.2.answers.choices.0.text to pages.0.questions.2.answers.choices.0
pages.0.questions.2.answers.choices.0.id to pages.0.questions.2.answers.choices.0
Thanks a lot.