<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
How to Pass Values Back to a Calling Flow using the Return Card in Workflows
Workflows
Overview

This article describes how to pass values back to a calling flow using the Return card in Workflows. 

Applies To
  • Okta Workflows
Solution

To successfully pass values from a Return card back to the calling flow, the field names between the calling flow output field(s) and the Return card input field(s) must match both in name (case sensitive) and attribute type (text, number, object, etc..)

The following screenshots provide an execution example of a Parent flow using a Call Flow card to communicate with a Helper flow:

 

  • Parent execution:

Workflows

 

  • Helper execution:

Workflows

Notice the "Call Flow" card on the Parent has outputs that match both the name and type of the inputs on the Helper "Return" card.


Related References

Loading
How to Pass Values Back to a Calling Flow using the Return Card in Workflows