Page 1 of 1

Set variable dialog

Posted: 31 Aug 2013 11:47
by Virtualinvasion
I am trying to create a flow to send a blank email with a variable as a subject to an email address.

Is it possible to have automagic request text from me each time the flow executes, and use that text as the subject for the email?

thanks in advance for your help!

Re: Set variable dialog

Posted: 31 Aug 2013 15:23
by manuel
Yes. "input dialog" will store the user response in the variable "value" and you can use it in the subject by putting it between curly brackets.

Re: Set variable dialog

Posted: 31 Aug 2013 15:50
by ahmadmll
Hi my friend
You can use this action:
global_email=value;
If you want,i can create a flow for you.