You are here:
Add a Display Field to a Flexcard
Display data fields returned from a data source on a Flexcard. For example, display Policy information for an Account.
- From the App Launcher, find and select Flexcards.
- Expand a Flexcard and select a version.
- If needed, deactivate the Flexcard for editing the Flexcard.
- Drag the Field element from the element panel to the canvas.
-
Enter information as needed:
-
The Placeholder, Label, and Output fields support concatenated strings, including a combination of plain text and supported merge fields with custom labels, such as
{Label.AccountName} > {Name}or{Name} + {Id}. -
For date fields, ensure that the date value matches the user locale format. For example, your date value comes from the custom data source
[{"DOB" : "28-03-2015"}, and your locale is en_US, which has a format of M/D/YYYY. Because months only go up to 12, the number 28 doesn’t work which results in an incorrect date. Instead, unless you localize your application, update the format to match the date toDD/MM/YYYY, or select a text field type. -
If you don't select the user locale for formatting, the Flexcard author’s user locale determines the format for the date, time, and currency.
-

