Alteryx Designer Desktop Discussions

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

Error Message

aman_goyal
8 - Asteroid

Dear Community,

 

I have 2 inputs and when  joined, if the records on right output of join are more than 0, then notify the user that some records are not matching and do not stop workflow. Workflow should continue for other matching records.

When I run workflow as analytic app, the error message displays and workflow also stops. I want that workflow should not stop, it should process for matching records. 

 

Kindly provide suggestions!!

5 REPLIES 5
atcodedog05
22 - Nova
22 - Nova

Hi @aman_goyal 

 

The app shows output only after all logic is processed and if it encounters an error then it stops and doesn't show anything.

 

2 possible things you can do.

 

Approach 1: you can convert it to a warning like below

atcodedog05_0-1642766363513.png

 

Output: But the thing with this user needs to click on the show output log to see the warning like below.

 

atcodedog05_1-1642766433754.png

 

 

Approach 2: Show it in the data

atcodedog05_2-1642766484623.png

 

Hope this helps : )

 

aman_goyal
8 - Asteroid

@atcodedog05 ,

 

Any other solution, it the 2nd approach also workflow stops. The Join flow is not working, analytic app stopped at not matching record  table. I want to process J anchor output to derive NEW_ID. 

 

Is it possible? Please suggest.

atcodedog05
22 - Nova
22 - Nova

Hi @aman_goyal 

 

Can you share a snapshot of the error/issue you are facing. Will be happy to help ðŸ™‚

aman_goyal
8 - Asteroid

Hello @atcodedog05,

In the screenshots below, if I am not appending with data and only want to display message then also RecordId coming and long message is not displayed as full message. Can you suggest me that only message displays not as a table and whole message should display.

 

aman_goyal_1-1642775540168.png

 

 

aman_goyal_2-1642775628608.png

 

 

 

atcodedog05
22 - Nova
22 - Nova

Hi @aman_goyal 

 

can you share some data and a snapshot of your workflow or actual workflow I can take a look into it.

 

Hope this helps : )

 

 

Labels
Top Solution Authors