If you try to create a string group and include the characters "<" and ">" in the value, the following error may appear:
{"kv":"{"value":"Field check for value failed : String field value cannot contain special characters"}"}
This is due to a field input check in protobuf that is preventing these characters from being used in a string group.
A fix is planned, but workarounds can be used.