I am trying to have users enter a year/period and return it into a table so that it can be used as an input.
However, when I try to end a year/period and run the magic wand, the table returns blank
Can any one let me know what I am doing wrong
Solved! Go to Solution.
@jnguyen1 your workflow is set up absolutely fine, you just need to provide something afterwards so that Alteryx can display the results upon completion. For example, I've just added a browse tool. Then, in the Interface Designer (Ctrl+Alt+D), I've selected to show that upon successful completion:
Now when I run the app, it displays exactly what I typed in as expected:
Amended app attached.
thank you! I had a feeling I was missing a simple step