From 8069ea28e9330ada92db4523f5a5ea9f607e9c01 Mon Sep 17 00:00:00 2001 From: burnettk Date: Sat, 30 Sep 2023 16:47:44 -0400 Subject: [PATCH] make it clearer how the Data View relates to task data --- .../src/components/ReactFormBuilder/ReactFormBuilder.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/spiffworkflow-frontend/src/components/ReactFormBuilder/ReactFormBuilder.tsx b/spiffworkflow-frontend/src/components/ReactFormBuilder/ReactFormBuilder.tsx index ee171bfba..e939ab7ed 100644 --- a/spiffworkflow-frontend/src/components/ReactFormBuilder/ReactFormBuilder.tsx +++ b/spiffworkflow-frontend/src/components/ReactFormBuilder/ReactFormBuilder.tsx @@ -462,7 +462,10 @@ export default function ReactFormBuilder({

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.