Hello there all! I have a data set per below. As you can see there are a number of : within the string. I only want to pull all numbers to the RIGHT of the last colon (:).

When I use below function, it is not always pulling the numbers after the last colon. I eventually want this attribute to be an integer for downstream stuff.
right([Respondent ID], FindString([Respondent ID], ':'))
Any thoughts on how I can extract this?
Mike