Hello, I am a beginner and have a bit problem with uploading workflow to Alteryx Server.
The workflow allows user to input certain parameters, then these parameters will be used to pulls data from Oracle database in the middle of workflow process by using Dynamic Input Tool and it feeds in data and populate parameters for a dozen of macros before finally generating output.
When uploading to Server, the workflow fails on Validation process. My guess is because the workflow does not have any data feeding in to the macros causing error during the uploading process. I tried to solve this problem by creating a placeholder or dummy record but these dummy record caused the final output to be incorrect when run in Server.
Is there any workaround to this? I'm thinking it would be great if there is a tool or method to allow data queried from Oracle to replace the dummy data when run in Server since they are only created to pass the uploading process..