Alteryx IO Discussions

Customize and extend the power of Alteryx with SDKs, APIs, custom tools, and more.
SOLVED

Obtain question values from workflow application that has run

BZSoftware
5 - Atom

I'm trying to debug and re-test a workflow application that resulted in an error by using the last input values provided by the user when it was last run. Is there a log or MongoDB table that contains these values?

1 REPLY 1
BrianR
Alteryx
Alteryx

Hi @BZSoftware , if you are using Alteryx Server - those values are captured in MongoDB...the Server Usage Report (https://help.alteryx.com/20212/server/install-server-usage-report) will show those selected values as part of the AppExecutions.xlsx that is generated. You will find them in the Values column, captured under the <WizardValues> tags.