- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2024 11:05 AM
I have a sub flow that collects the comments from approvers which should be written in an output Variable. The Context record shows the notes in the subflow output, but when I try to use it in the main flow it is empty.
Any suggestions would be appreciated.
Allen
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2024 11:31 AM
@Allen12 You are using set Flow Variable Flow logic to set the value of output variable which is incorrect. Instead you should use assign Subflow output flow logic in your subflow.
Fore more information please refer to https://developer.servicenow.com/dev.do#!/learn/courses/washingtondc/app_store_learnv2_flowdesigner_...
Please mark the response helpful and accepted solution of it manages to address your question.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2024 11:31 AM
@Allen12 You are using set Flow Variable Flow logic to set the value of output variable which is incorrect. Instead you should use assign Subflow output flow logic in your subflow.
Fore more information please refer to https://developer.servicenow.com/dev.do#!/learn/courses/washingtondc/app_store_learnv2_flowdesigner_...
Please mark the response helpful and accepted solution of it manages to address your question.