Page 1 of 1

How to quote the text from Input Dialog?

Posted: 11 Oct 2016 03:59
by Daisy666
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!

Re: How to quote the text from Input Dialog?

Posted: 11 Oct 2016 08:37
by MURTUMA
Variable value should contain everything you choose or write regardless of input dialog's type. Please post a flow that can reproduce the error.

Re: How to quote the text from Input Dialog?

Posted: 11 Oct 2016 11:02
by Daisy666
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!