Refresh after column update

,

Whenever I use the API to create a new item via create_item, I can see my new item appear instantly on my monday desktop app, however, if I update a column via change_simple_column_value I do not see the change appear on my monday app. I have to refresh the app in order to see the change. Is there a way for me to see the changes in my monday app without having to refresh it? Reason is because the API could get invoked in the background and I would never know it until I refresh the app and I don’t want to have to constantly refresh the app to see the latest changes.

SOLVED: If I am viewing a specific item via board search, the column field does not get updated dynamically, however, if I am viewing the entire board, the column field will get updated dynamically.