Code Field
Last updated
Last updated
A code field is an input where users can select a programming language and write code directly in the field.
Label Field • The first input field allows you to specify the Label of the column. • Enter a meaningful name, such as “Configuration” or “Metadata”, to indicate the purpose of this column. This label will appear as the header for the column in the table view
Type Field • The second dropdown menu is used to select the Type of data for the column. • Choose Code to specify that this column will store structured code-like data.
Format Field • The third dropdown menu is used to define the Format of the code type. • Select JSON to ensure that this field is optimized for storing JSON (JavaScript Object Notation) data, which is ideal for structured data or configurations. This enables syntax validation and proper formatting when interacting with the field.
Label Field • The first input field allows you to specify the Label of the column. • Enter a meaningful name, such as “Code Snippet” or “Script”, to indicate the purpose of this column. This label will appear as the header for the column in the table view.
Type Field • The second dropdown menu is used to select the Type of data for the column. • Choose Code to specify that this column will store code or script-related data.
Format Field • The third dropdown menu is used to define the Format of the code type. • Select Programming Language to allow users to input code in a specific programming language, including JavaScript, Golang, Python, NodeJS, Java, SQL, Swift, C/C++, C#, and PHP with features such as syntax highlighting and proper formatting, making it suitable for storing scripts or snippets of code.