Require additional information from approver and need to pass that in fulfillment workflow. I want to add the drop down in approval workflow and need to pass the selected drop down value in fulfillment workflow. Is it feasible ? if yes , how could I read this drop down value in fulfillment workflow
You can edit the approval node form html and add an element similar to the snippet below. Please note the name of the dropdown element. It starts with "jobUserData_". This will make it available as a job level variable that can be accessed in the fulfillment workflow.
click on the "new" icon (first one) to create a new custom html for the approval node.
Hope this helps.