Novunex Community

Forum How do I create a variable to store a value that isn’t stored in an entity?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #714
    Tom
    Participant

      I am trying to create and use a variable that isn’t stored in an entity type so I can pass the value of a dropdown to a sub-process when a button is clicked. How do I create and reference the value?

      #715
      Avatar photoNox
      Participant

        Hi Tom

        You can pass also entities / entity types to a sub-process (in case you need that).

        However, regarding the question – how to create variables, you could use a SET activity to “create” a variable with a predefined or “null” value.

        There is a description on how to use drop-downs:
        Novunex Docs / Drop Downs

        If you want to use context variables, regardless of the entity type configuration of the form activity, it says in the docs:

        ContextVariableName.ContextVariableName - Binds the From Control to a Context Variable that holds only one value without any Attributes
        A detailed explanation of the different linking mechanisms between a From Control and an Attribute is given in the Variable and Variable Type configuration of the From Activity.

        Does this help?

        BR

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.