Get Inspire insights from former attendees in our AMA discussion thread on Inspire Buzz. ACEs and other community members are on call all week to answer!

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Application - Prompt User to Continue or Abort

bertal34
8 - Asteroid

In the middle of my analytic application, I use a join tool.  If there are any records coming out of LEFT side of join, I want to A) show these records to the user B) prompt the user to either continue processing the remaining workflow or fix these records (and abort the app).  If continued, records from the inner join continue downstream in the workflow.

 

I appreciate any support!  Please let me know if you need more info or example workflow.  thanks.

3 REPLIES 3
DiganP
Alteryx Alumni (Retired)

@bertal34 You can use a browse tool and have a output after process A. The user can then pick the browse tab to take a look at the output. This is controlled via the interface designer inside of alteryx.  The user can click on that output and see if they want to continue or stop. They can abort by closing the screen or hitting cancel instead of continuing through the chained process.

 

 

Capture.PNG

 

Digan
Alteryx
bertal34
8 - Asteroid

Would this require splitting the existing app into 2 apps and chaining?  Is this what you are referring to?  I have read about this but never experimented.  Is there an example you could provide?  thank you.

danilang
19 - Altair
19 - Altair

Hi @bertal34 

 

There is no way to stop a workflow mid stream and wait for user input.  

 

Using @DiganP's process will only work if you split the app into 2 chained apps.  That's because the outputs from an app are only displayed once the workflow is completely finished.  

 

Check out this post for an interactive lesson on chaining apps

 

 

Dan

Labels