Appian Community and Appian Academy are being upgraded. As a part of the upgrade, Appian Community is currently in read-only mode, and user registration is disabled until August 3. We apologize for any inconvenience this may cause, but a more secure, stable, and performant Community experience is coming soon!
The new Appian Community launches August 3, followed by Appian Academy on August 7. During the migration, Appian Community Edition, Appian Academy, Documentation, Certifications, Instructor-led Customer Training, Partner Sales Training & Accreditation, and Forum (for Appian Partners and Customers only) will remain available.
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.
I cannot pass local variables to the process model. If i use the difference function the process model is gonna read them as null.
Do you want to explain your current implementation in more detail? I am sure we can find a way to get this working.
I was able to come up with a solution. Thank you for your response anyway!