I want to have Info dynamically change throughout the workflow/sub-workflow task progression (calling the Update Information step multiple times). I can reference the variable to Update Information based on two variables:
<%#Variable.Contract_Name%> | <%#Variable.Workflow_Status%>
The variable Contract_Name also happens to be an attribute that the user can update. I can think of two ways to do this, but do not know how to do either:
- If the Contract_Name attribute is updated, I then update the variable Contract_Name by updating from the attribute. How would I do this if possible?
- Instead of referencing the Variable.Contract_Name when updating Info, I reference the attribute Contract_Name. If this is possible, how would I pull from an attribute in a Workflow?