
Is there a way to run a flow when a guide event is created?
I only have a option to create a flow from common data service button.
which i have to manually run the flow > RUN > common data service button > then click run.
I want to automate emails when specific event is created.
(Flow e.g: send email.)
Thanks
Hello,
Indeed there is a way to set up automated emails using flow on guide events. Let's say you want to trigger an email based on the completion of a guide. To do this in Flow, look for the creation of a record in the "Guides events" entity, pick up its payload and look for the "RunEnd" event. Below is an illustration of this in Flow. You can look up the events on the Guides entity in CDS to try other options on which you want to trigger flows. Let us know if you need further help.