Display Variable on a Workflow Form
What is a way to display a workflow variable on a Form?
0
-
I have a variable named MeterNumber that is populated by a workflow activity (database query). The user needs to see the value in order to make the proper selection on the workflow Form presented to them. 0 -
I used a Runtime Modification with an assign activity and modified a Markdown on my form. Form.Find(Of MarkdownFormItem)("Markdown1").PlainText
In this example my Markdown ID was Markdown1.0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
2 Kommentare