Transcript - Simple Subflow
Transcript - Simple Subflow
3. We will pass the user id to the subflow input. This data type could be a reference field,
but for now we'll use the string.
4. The outputs will be the managers user ID, the manager’s email and the manager’s
mobile phone.
5. Next, for step 1 of the Actions section, we will use the core action Look Up User Record.
6. We will specify the table as the sys_user table. The condition will be user ID and we'll
use the data pill input user ID as part of our condition.
7. We will use Return Only the First Record since we only want one user record to return.
9. For the manager ID will. Dot Walk to the User Record -> Manager -> User ID.
10. We will do the same thing for the email and the manager’s mobile phone.
11. A tip here is use the arrow keys To navigate to the data. It can be a little bit faster.
15. The subflow has executed. We can click on the link to see our Execution Details.
16. Under the subflow inputs and outputs we see the subflow Runtime Value has the
manager ID, the email, and the mobile phone.