Skip to main content
I am running a screen flow that calls an autolaunched flow. The autolaunched flow has a pause which is popping this message up on the user's screen. Is there any way to disable this pop-up, or have it automatically close without needing the user to click?  Can I modify the text? I am also looking to call this screen flow from another loop process and would not want the user to have to click the message 100 times!

 

Can I not display the pause message

 

Thanks!

 

 
5 个回答
  1. 2025年12月4日 15:59

    I had the same requirement where a screen flow called an autolaunched subflow which contained a wait element, waiting for a platform event to be published.

     

    I was able to resolve it by using Screen Action functionality that Salesforce provided a few releases ago (https://help.salesforce.com/s/articleView?id=platform.flow_ref_elements_screen_flow_screen_actions.htm&type=5)

     

    In my screen flow, the last element was my personalised message on my screen. Then I configured a Screen Action to call the autolaunched flow which triggered the asynchronous processes downstream.

0/9000