Attempting to upload data into a String field that contains (<5TB) but it’s getting truncated after the (
Is that because it sees the < as a special character? I tried escaping with a backslash but that didn’t work either.
Should I be able to use < in a field?