There is a process that populates a string attribute when a specific value is selected from a drop-down. In order to see the value in the string attribute, users have to refresh the page. In previous versions, users did not need to refresh to see the value in the field updated from the process.
Steps to Reproduce:
Expected Results: The description field is populated with Broadcom Test
Actual Results: The description field is not populated until the user refreshes the page
Clarity 16.3.3+
DE180191
Working as designed.
If a field is populated by a process, you will need to refresh the page or navigate away and back to see the updated data. As Process are async process , UX won’t know the latest value until refresh.