Hello!
I am trying to figure out the appropriate variable to use (if possible) that will dynamically add the user's input, based on the condition set. The user can select multiple options (A, B,C, D)-- based on the selection, it branches into a seperate condition set/path in the process for approvals. I am trying to update the notification being sent, to only show the users selection at that condition set.
Example: User selected A, B, D
Currently-- notification would show user selected A, B, D at any condition set in the process.
Would like-- notification to only show selected A --while in condition set A, then only show B, while at condition set B... etc, etc
The selections for the condition sets are based off of a custom field in the form.
Is this possible?
Thank you!