-
Notifications
You must be signed in to change notification settings - Fork 2
Preview data structure
Lydia Gray edited this page Jul 22, 2021
·
4 revisions
You can see the structure of the data your form will submit to the Service by navigating to [form]/data-structure
for example exemplar/data-structure
.
Accessible in local, int, and qa environments only
The displayed json will include IncomingData values, values obtained from RetrieveExternalData, the CaseReference, and if applicable the PaymentAmount. Values for all the data will be the type of object for that property, for example "dateOfBirth": "DateTime"
indicates that the property dateOfBirth
will be a DateTime
object type.
Any data that comes in from an external Service is stored in FormBuilder as Dynamic
therefore you will need to consider what you are expecting from your external Service when you create your form Service model.
- Availability
- Actions
- Behaviours
- Breadcrumbs
-
Conditions
- String Conditions
- Date Conditions
- Integer Conditions
- File Upload Conditions
- Custom validation
-
Elements
- AddAnother
- Address
- Button
- Booking
- Checkbox
- Date Input
- Date Picker
- Declaration
- Document Download
- Document Upload
- File Upload
- H1-H6
- HR
- Image
- Inline Alert
- Link
- Map
- Multiple File Upload
- OrderedList
- Organisation
- P
- Radio
- Select
- Street
- Summary
- Success page
- Textarea
- Textbox
- Time input
- Unordered List
- Uploaded files summary
- Warning
- EnabledFor
- Feedback form
- File uploads
- Form Schema
- Header
- Inbound Values
- Integrating with PowerAutomate/0365
- Lookup
- Page
- Payment & Payment calculations
- Preview data structure
- Render conditions
- Reusable elements
- Structure tests
- Success page
- Tag parsers
- Target mapping
- Validators