Resolved! Is the "value" parameter in setClientData() really limited to Number type?
Hi everyone,I noticed in the ServiceNow documentation for the g_form.setClientData(String key, String value) API, it states that the value parameter is of type "Number." However, in practice, it seems possible to store strings and other data types as...