Hi all,
Apologies if this has been posted already, I have had a look through a few forums and haven't found a complete answer to my question.
I have an app hosted on Alteryx Server that allows people to submit input files that is either rejected with no output, or completed with an output file produced. The output file is then presented back to the user to download.
I was wondering, how would I obtain a copy of the input and output files that each user would obtain as a result of this (regardless of pass or fail)? I have seen other people mention this is done with MongoDB, so does this mean querying it with the MongoDB Input Tool in Designer, then uploading an app to run that will download all inputs/outputs within a time period? And in which case, what collection would I need to query?
Any help would be fantastic.
Thanks.