Set variable dialog

Post your questions and help other users.

Moderator: Martin

Post Reply
Virtualinvasion
Posts: 1
Joined: 31 Aug 2013 11:39

Set variable dialog

Post by Virtualinvasion » 31 Aug 2013 11:47

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!

manuel
Posts: 27
Joined: 05 Jul 2013 20:54

Re: Set variable dialog

Post by manuel » 31 Aug 2013 15:23

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.

ahmadmll
Posts: 69
Joined: 06 Jul 2013 15:02

Re: Set variable dialog

Post by ahmadmll » 31 Aug 2013 15:50

Hi my friend
You can use this action:
global_email=value;
If you want,i can create a flow for you.

Post Reply