Need to update record immediately without refreshing/reloading a record.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2024 12:56 AM - edited 05-03-2024 01:05 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2024 01:06 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2024 01:17 AM
Thank you for response .
am looking for user form not on workspace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2024 01:12 AM
if you need to update the record immediately why don't you use business rule or client script?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2024 01:14 AM - edited 05-03-2024 03:39 AM
Yes u r right , But business wants flow not a BR