Skip to main content

I have Tasks displayed using the standard Activity Timeline on my custom object: Services.  I have a Flow that will update the Object's status once a related Task has been closed by checking the box from the Activity Timeline.

 

Is there a way, in a Flow, to trigger the Record's page to update/refresh once a user closes a Task from the Activity Timeline by simply checking the box?

1 resposta
  1. 12 de abr. de 2023, 19:02

    @Ken Vermillion You can achieve it by using screen flow. You can try something like this, in the screen flow, show list of open tasks and with a button to close the task. Once the user clicks the close task button, you close the tasks and you redirect them to the same record page where screen flow is embedded.

0/9000