Skip to main content

Display Variable on a Workflow Form

Comments

2 comments

  • Permanently deleted user
    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
  • Permanently deleted user
    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

Please sign in to leave a comment.