September 2023
Introducing the Unique value only feature: Ensure the uniqueness of all text and number records in a field, eliminating the need for complex identification methods of duplicates.
If needed, you can easily revert by clearing the Unique values only checkbox, allowing duplicates once again.
Spare yourself from manual entity data entry: Instantly add records using the Import data feature.
Just create a CSV file mirroring the target entity structure, ensuring columns match field names and data types. Import the file to witness your entity grow.
For import success and failure outcomes, check our documentation.
Known issue
When saving CSV files in UTF-8 format using Microsoft Excel, be aware that the default CSV UTF-8 format includes a Byte Order Mark (BOM), which causes importing failures due to lack of support.
To avoid this, consider using alternative methods to save CSV files without the BOM:
-
Open your CSV UTF-8 Microsoft Excel file in a text editor (for example, Notepad).
-
Go to File > Save as. At the bottom of the Save as window, notice that the UTF-8 with BOM option is selected in the Encoding dropdown. This is what we need to change.
-
Click on the Encoding dropdown and select UTF-8.
-
Save your file and retry importing your data.
-
Voila!
Members of the new Citizen Developers group gain the Designer and Data Writer role automatically.
Erratum 13 September 2023
Due to a mishap on our side, the Citizen Developer group was not available in Data Service on the original annoucement day (12 September 2023).
The maximum character limit for entity and fied names was increased from 20 to 30 characters.
This change prevents import failures of schemas containing entities or fields with name lengths over 20 characters. If you still have entity or field names exceeding 30 characters, make sure to shorten the name, then retry the import.