How do I re-fetch/ re-load page through workflow?

I have a list of records (f.e… products)
Im adding new product in popup form on the products list and when new record is being added to database I want it immediately to be displayed in my list so User will see real-time updates.
I assume I have to re-fetch list or maybe some other method…

Same example when I edit record and I add photos for 1 record, and I want this photos to be updated immediately, because now nothing happens untill I reload page manually.

How can I do it in WeWeb?

Is it possible to reload/refetch only specific field not the whole data in record (so user will not wait untill all data loaded)?

thank you!

use Fetch Collection action in Workflow whenever you want to update the collection data.

Screen Shot 2022-06-25 at 9.15.16 AM