Populate String field value in another field of list datatype
I have to populate value of a string field 'X' into a field 'Y' with List datatype in "Location" table.'X' field have multiple values (comma separated) If 'X' field value changes, 'Y' field should have all the values of 'X' .Then check whether t...