function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Sarita Pa 3Sarita Pa 3 

Request your help on calling a Flow From PlatFom Event

Hi All,

I am trying the below use case with PlatForm events and flow as part of summer 2020 release changes.

I have 2 objects
Order
Order Detail
i want to call a plat form event on Oder object which should invoke a flow(NOT PROCESS BUILDER) and insert a record in 'Order Detail' object.

Could you help me with this.i got stuck with inserting record in 'Order Detail'.

Thanks to all for your help in advance.


 
AbhishekAbhishek (Salesforce Developers) 
Hi,

In the release notes (https://releasenotes.docs.salesforce.com/en-us/summer20/release-notes/rn_messaging_platform_events_subscription_flow.htm),

I can see this Information "Previously, only running instances of flow could subscribe to platform event messages. For example, a running instance of a flow paused after it performed some actions. When a platform event message was received, the flow resumed. Now you can trigger a flow when a platform event message is received."

But "Launch a Flow direct from Platform Event" is still in Idea Face Only.

Launch a Flow direct from Platform Event, Check it once.

I hope you find the above information is helpful. If it does, please mark as Best Answer to help others too.

Thanks.