Skip to main content

Input Field

Input Field component is a versatile tool designed for user data entry and display. It serves two primary functions:

  1. Data Entry: Allows users to input various types of data into a selected field.
  2. Data Display: Shows data from a selected field detail.

To ensure proper functionality, the Input Field component must be paired with the correct field data type on the entity. This is essential for processing Create or Update workflows and displaying the correct data type. Below is a list of Input Types and their corresponding Data Types:

Input Field

Input TypeDescriptionField Data TypeExample
TextUsers can write free text including letters, numbers & symbol (String)Text, Longtext, Boolean[email protected]
DateUsers can select a specific Date from Date Picker. \nDate Format (mm/dd/yy)Date08/17/1945
TimeUsers can select a specific Time from Time Picker. \nTime Format (hh:mm AM/PM)Time04:20 PM
Date TimeUsers can select both date and time using a Date Time Picker. \nFormat (mm/dd/yy hh:mm:ss AM/PM)Timetamp08/17/1945 04:20:13 PM
NumberUsers can enter numbers only (use dot for decimal)Number, Decimal123.45
FormulaUsers can specify formulas based on data from fields. This allows for calculations or combining field values to create new valuesNumber, Decimal, Text, Longtext{{quantity}} \* {{price}} \n- {{firstname}}+{{lastname}}\n- {{date}}{{document}}
warning

Make sure your Input Type are aligned with your field’s data type