I was wondering if I could get some guidance with this.
I have a string value in a text field from the interface. It looks like. In the middle of this string is something like, "1, 10, 25."
I can isolate that part of the string using regex. But I need to also find the highest value in that string. That value will be used in an action tool to update another tool. (Basically updating the maximum distance in that tool).
So I think I'm limited to one formula in the action tool to get there. Does anyone know how I can isolate just the 25 in this instance?