Multiple input dialogs in one flow

Post your questions and help other users.

Moderator: Martin

Post Reply
cunningt
Posts: 4
Joined: 13 Jan 2013 01:31

Multiple input dialogs in one flow

Post by cunningt » 20 Jan 2013 22:20

Having this problem:
- including two Input Dialog actions (type = Text) within the same flow
- retrieving the {operation} variable after each action
- based upon my responses to each input dialog, my expectation is that the {operation} variable for each should equal "ok"
- but after the 2nd input dialog the {operation} variable always equals "cancel"
- the log confirms this by using the "Copy Text to Clipboard" action during my testing
- I can easily reproduce this behavior by creating this minimal flow: Shortcut trigger, Input Dialog action (type = Text), Copy Text to Clipboard action (text = {operation}), Input Dialog action (type = Text), Copy Text to Clipboard action (text = {operation})
- it didn't make any difference if I unchecked "Default Name" within each action and gave each of them a unique name

I hope I'm making a simple mistake or this can be easily fixed at some point. Thank you, I absolutely love using Automagic, very impressive!

User avatar
Martin
Posts: 4468
Joined: 09 Nov 2012 14:23

Re: Multiple input dialogs in one flow

Post by Martin » 22 Jan 2013 17:11

Thanks for the report.
This should be fixed in the next update.

cunningt
Posts: 4
Joined: 13 Jan 2013 01:31

Re: Multiple input dialogs in one flow

Post by cunningt » 23 Jan 2013 00:08

I have confirmed this has been fixed in version 1.14.0 ... thank you Martin.
Tom

Post Reply