Subflow Output String variable is empty on Main Flow

Allen12
Tera Guru

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

1 ACCEPTED SOLUTION

Sandeep Rajput
Tera Patron
Tera Patron

@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.

 

flow.png

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.

View solution in original post

1 REPLY 1

Sandeep Rajput
Tera Patron
Tera Patron

@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.

 

flow.png

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.