Skip to main content
R368 - 2024-09-12

See Table Names of Fields and Search JSON Keys

Updated over 2 months ago

See the Table Each Field Originates From

When looking at fields, users used to only see the name of the item. Now, users can see what table a field comes from. This information appears in the search boxes and the dictionaries. This makes the investigation of your data easier and more streamlined.

Search JSON Keys

When searching for a field, previously JSON Keys were not included in the search. Now, when a user searches over JSONs, they'll be able to find Keys from the JSON's substructure.

Overwrite JSON Data Types

In addition to being able to search the JSON keys, you can now cast each Key into different data types. All Keys are brought in as strings, which can make it difficult to use Keys that have numeric data. With the new release, you can choose to update String to Integer, Float, Double, or Bool types.

Did this answer your question?