Skip to main content

I'm looking to use the Flow API more often when integrating with Salesforce.  The idea is to have most use cases pass data into a single flow that would act as a "director" to start the appropriate target flow.  To keep the logic in the director flow simple, I'm using a Decision Matrix action to reference some input values from the API and the output will define the target subflow name.  It appears that the New Subflow action won't accept an input variable.  Anyone have any ideas how to go about something like this?

 

Use a Flow variable to start a subflow

 

Subflow Variable.png

#Flow #Business Rules Engine @Salesforce Flow

3 件の回答
  1. 2024年5月24日 17:44

    Depending on what you use to integrate it may make the most sense to place the message router there and have flows be the endpoints of that router.

    This would keep integration logic closer to a single system. All this said every use case can argue a different approach

0/9000