Hello,
I’m encountering unexpected behavior with a linked field in my workflow.
Workflow setup:
Observed behavior:
Steps taken:
Issue:
The country field does not live-update correctly and requires a page refresh to display the expected value.
Is there a recommended way to ensure the linked country field updates live without refreshing?
Thanks in advance for your guidance.
Here is my workflow

I’m encountering unexpected behavior with a linked field in my workflow.
Workflow setup:
- On user change, update both address and country.
Observed behavior:
- The address field updates correctly every time.
- The country field:
- Clears itself initially.
- Displays the ID of the country record instead of the country name.
- On the next user change, it displays the name, but for the previous country instead of the current one.
- After refreshing the page, the correct country name displays as expected.
Steps taken:
- Tested using both field actions and scripting.
- The same issue occurs in both cases.
Issue:
The country field does not live-update correctly and requires a page refresh to display the expected value.
Is there a recommended way to ensure the linked country field updates live without refreshing?
Thanks in advance for your guidance.
Here is my workflow
Comment