make it clearer how the Data View relates to task data

This commit is contained in:
burnettk 2023-09-30 16:47:44 -04:00
parent 720bb6755b
commit 5800f95ea2
No known key found for this signature in database

View File

@ -462,7 +462,10 @@ export default function ReactFormBuilder({
<TabPanel>
<p>
Data entered in the form to the right will appear below in the
same way it will be provided in the Task Data.
same way it will be provided in the Task Data. In order to
initialize a form in the Workflow with preconfigured values or
set up options for dynamic Dropdown lists, this data must be
made available as Task Data variables.
</p>
<Editor
height={600}