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!
How to quote the text from Input Dialog?
Moderator: Martin
Re: How to quote the text from Input Dialog?
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?
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!