Hoppa till huvudinnehållet

How to make the variable saved by CreateValue activity accessible to other form elements. Or other way to make "global variables"?

Kommentarer

1 kommentar

  • Permanently deleted user

    Hi Thomas,

     

    The solution here would be to make the Create Value output (variable) exist before the DisplayForm starts, and then just change its value inside the workflow event. To do that:

    1. Cut/Paste your Create Value activity from where it is in the change event to somewhere before the DisplayForm activity
    2. Where the Create Value activity used to be inside the change event, add a Set Property activity
    3. Configure the Set Property activity to change the result output property from the Create Value Activity.

     

    Example configuration for Set Property would be something like

    Object: =$value1

    Property Name: result

    Property Value: (whatever value you were setting previously)

     

    Hope that helps!

    1

Du måste logga in om du vill lämna en kommentar.