Help with Action Tool with Drop Down
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello,
I'm trying to get a string from a drop down list to use in a downstream formula tool. It doesn't seem that I can get the selected value.
My configuration consists of a drop down list pointing to an external file of string values connected to an action tool with update cell value into a text input tool that I have configured to have a field name data with a row value of test1. See Snippet Below.
Configuration Details:
When I run the value Test1 is not replaced by the value from the drop down list. Any hints?
Thanks, Mike
Solved! Go to Solution.
- Labels:
- Workflow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi Mike,
did you check the Text Input Tool or the Browse as an output of the Analytic App? I've tried it an it works fine. Run the workflow as an Analytic App and define the Browse Tool as "On Success
- Show Output to User" in Interface Designer (as in attached sample workflow).
Best regards
Roland
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @MjUser
You may already know this and in that case, sorry for stating the obvious, but the interface tools only come into play when you run the app using the Wand.
When click the Wand, the Analytic app interface is displayed, and the values from the drop down will be used in workflow. If you run the app using the Run button or CTRL-R, the workflow executes with the default values in your controls.
If you want to see the output of the browse tool in the App interface, go into the interface designer, click the gear icon on the left and then make sure the browse is selected
Dan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Nice reminder to the newbie like me. I also met the similar problem that Drop Down and Action tools could have result but the result is not filtered by Drop Down selection.
The solution is 'Operand' in the Action configuration must be selected as Drop Down/Filter setting.
Hope this is helpful...