- This topic has 1 reply, 2 voices, and was last updated 3 years, 4 months ago by
Nox.
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
Forum › How do I create a variable to store a value that isn’t stored in an entity?
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