# 2021.4.0 - February 11, 2021

Environments

`Preview`, `Admin-FTS`

###

### Platform

**Data tables** can be used to store Catalog data and used by Items and Assets to set values.

<img src="/files/hvg8Zqv1XZzVzN3U29A5" alt="" width="516">

You can create data tables from CSV files<br>

<figure><img src="/files/Z2eVwxhIn4fjMMZbnzKE" alt="" width="563"><figcaption></figcaption></figure>

You can rename and update them using CSV files.

The “Set Attribute Value” action in Rules has a new method of querying existing data tables<br>

<figure><img src="/files/Un8WlCRDPNjasj9yno5N" alt=""><figcaption></figcaption></figure>

**Column types:**

* String (Default)
* Number (e.g dimensions, cost)
  * Can include . and adheres parseFloat and North American standard <https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global\\_Objects/parseFloat>
* Boolean (0/1, true/false case insensitive)
* Color (HEX) #000000 format
* Part or Asset references we will only support assetID

### Editor

**Undo and ⃕ Red**o actions in the Editor using your keyboard or the new buttons in the toolbar.<br>

<figure><img src="/files/8ukiJkXRqpXVpDY0Dnii" alt="" width="543"><figcaption></figcaption></figure>

### Bugs / Cases

* GL6502 - Translations exported via the translations API are not limited by Org
* GL6001 - Asset add by configurator script does not showing up in AR
* GL6511 - Retrieving configured file via API returns a cached version even if changes are made
* GL6396 - Vray Dome light map renders rotated by -90 on the vertical
* GL6444 - SVG with single quotes won’t posterize
* GL6414 - Unexpected clipping with webGL


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://community.threekit.com/releases/2021/2021.4.0-february-11-2021.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
