@JubelynMaeC17092380 you can use the Refresh-Current-Harness method in an activity. Configure the Flow Action’s Post-Processing to call a custom activity where you first update the status using Property-Set and then call Refresh-Current-Harness
“If your application is built on theme-cosmos that is section based UI , you can add actions and events to button configurations. ‘onClick’ event can refresh a section, which will also update the status.”
What I can understand from your problem is that the Clipboard is holding the updated value but the UI is still showing the previous or the stale status. This is bound to happen for server side actions without proper section or harness refresh.
If the UI has to be refreshed automatically based on the latest values from the Server for certain property / pagelist. You could explore the possibility of Refresh on property changes options that is available handy in dynamic layout and other embedded section configurations. This configuration use the tracking mechanism and does the needful.