Support Article
Persisting of clipboard values issue
SUMMARY
User has two Assignment steps. Changes made to any one of the properties in the first Assignment, do not reflect in the second Assignment.
ERROR MESSAGES
Not Applicable
STEPS TO REPRODUCE
Unknown
ROOT CAUSE
Properties are configured in four different sections with the 'Run Visibility condition on client'. This generated duplicate elements on the Document Object Model (DOM) with the same name or ID.
Hence, when a form or a post value action is submitted, hidden values of the name or ID are submitted. Run visibility on client must be selected only if different properties are used in two or more sections and are displayed through the Visible condition expression such that evaluation occurs at the client side instead of at the server side. Referring to the same property in multiple sections on UI is not a supported usecase. Therefore, it is not recommended to configure this on the same property in a different section.
RESOLUTION
Perform the following local-change:
Deselect the Run Visibility on client such that the evaluation occurs at the server side. Hence, the DOM will always have the element with property only once.
Published January 29, 2020 - Updated December 2, 2021
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.