Need to update record immediately without refreshing/reloading a record.

Neetu2000
Tera Contributor

Hi all,
I have created a flow in which trigger condition is - user record created or updated 
look up  records - sys_id : record created/updated
                            & user is active
Update user record - xyz field to true.

So flow is working correctly and when I update a user record and save/ update xyz field is not reflecting as true .
Need to refresh the user record then xyz field is set to true .
Is there any way that xyz field is set to true immediately after saving the record?

@Community Alums @Ankur Bawiskar @Sonu Parab 
Thank you in advance.

6 REPLIES 6

Mark Manders
Mega Patron

A flow takes time to process, so 'immediately' will always be some time after (flows don't run 'before'). It is depending on everything that is running at the same time.

Also: where are you looking at this? Next Experience workspace, or the 'old' backend? Refreshing is a serious issue with workspaces, it just doesn't do it on its own.


Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark

Thank you for response .
am looking for user form not on workspace

Dhanashree1
Tera Expert

if you need to update the record immediately why don't you use business rule or client script?

Yes u r right , But business wants flow not a BR