How to quote the text from Input Dialog?

Post your questions and help other users.

Moderator: Martin

Post Reply
Daisy666
Posts: 10
Joined: 13 Sep 2016 02:38

How to quote the text from Input Dialog?

Post by Daisy666 » 11 Oct 2016 03:59

Hi Martin,
I wonder how do I quote the text that was typed into the Input Dialog box? I don't seem to find any proper variable that stores this information.

For example, I type "test" into an Input Dialog box that was excecuted by one step in an Automagic flow. In a later step I want to use this "test" string as a variable. Which variable should I use? "value" doesn't seem to be the right variable in this case.
Thanks!

User avatar
MURTUMA
Posts: 697
Joined: 05 Mar 2013 22:43

Re: How to quote the text from Input Dialog?

Post by MURTUMA » 11 Oct 2016 08:37

Variable value should contain everything you choose or write regardless of input dialog's type. Please post a flow that can reproduce the error.

Daisy666
Posts: 10
Joined: 13 Sep 2016 02:38

Re: How to quote the text from Input Dialog?

Post by Daisy666 » 11 Oct 2016 11:02

Thanks you for replying! I actually realized where I did wrong. I referenced the value but forgot to properly set it as time format. That's why my ouput shows a rediculously large number. Now my flow works like a charm. Thanks again!

Post Reply