Visual Flow Resource Tutorial – Input & Output Type

When you are creating a Variable, you are given the option to choose what kind of access the Variable has to other areas of Salesforce.

  1. Private – only accessible to set and reference from within your Flow.
  2. Input – gives you access to pass values into the variable pre-Flow.  These methods are typically through a Flow’s URL (remember back to our Button URL post), through a Flow embedded in a Visualforce Page, or through a Process Builder triggered Flow.
  3. Output – gives you access to pass values at the end of your Flow to another source.  These sources are Sub Flows (yes, you can have Flowception) and Visualforce controllers (commonly used to help re-direct the finished Flow to a newly created record).

The Million Dollar Question – what does this mean to you? Continue reading