You are here:
Data Capture Flow Screen Components
The screen components that you can add to Data Capture flows are simplified Lightning Web components. For ease of use, they have fewer properties than standard screen components.
Data Capture supports conditional visibility and global variables for these screen components. See Data Capture Limitations and Guidelines.
| Display Components | Description |
|---|---|
| Display Text | Display information in a flow screen. |
| Repeater | Collect information about multiple items of the same type on a screen with the Repeater component. To use the output of the component elsewhere in the flow, loop over the output and save the relevant data in a variable. Use the variable to build a list of records. See Data Capture Limitations and Guidelines. |
| Section | Organize screen components and record fields to give your users a better experience. |
| InPUT Components | Description |
|---|---|
| Address | Enter an address or latitude and longitude of a location. |
| Checkbox | Select one option. |
| Checkbox Group | Select multiple options. |
| Counter | Enter or select a number in a counter. |
| Date | Select a date or date range. |
| Date & Time | Select a date and a time. |
| Enter an email address. | |
| Long Text | Enter up to 1,000 characters. |
| Lookup | Search for and select single or multiple Salesforce records. |
| Matrix | Configure a set of questions (rows), with the same set of choices for the answers (columns). |
| Name | Enter a person's name. |
| Multiple Image Preview | Preview a gallery of images. |
| Numeric | Enter a number. |
| Phone | Enter a phone number. |
| Picklist | Select values from lists you define. |
| Radio Buttons | Select one option. |
| Short Text | Enter up to 255 characters. |
| Signature | Collect a signature. |
| Single Image Preview | View image files. |
| Toggle | Flip a toggle. |
| Upload File | Upload and attach files to records. |
| Upload Image | Upload image files. |

