Resolved! Split the value of a string into two values separated by a period
Goal: I want to split value in string field (u_text) into Short Description field (The value in u_text is usually two words i.e full name such as First Last). This means the value in the Short Description field should become First.Last. I am trying t...