Is there any way in Appian to capture the previous state?I have a form with a couple of dop downs where the user selects different assignees for different tasksI want to able to send an email only to the changed users. Is there any way to compare old user values with new ones to see if changes happen?
Discussion posts and replies are publicly visible
The difference function allows you to compare two lists. Store the old selection to a local and compare it to the new on submit.