I want to have a configuration file from which I can read and use values all throughout my workflow. Basically the file will have 7 rows and 2 columns and I want to use those values at different steps of the workflow and take actions depending on the value that I have in the configuration file.
Pain points:
1) I know I can make a configuration file as a normal excel file and use input data tool to read it. Is there a way that this configuration file becomes a part of the alteryx workflow and one can build and edit this configuration file inside of alteryx.
2) How do i use these values at different steps of the workflow? For example I want to use row1 column2 value in the filter tool and row2 column2 value in the formula tool and keep on using these values at different stages of workflow. I have just started with alteryx so a workflow is really appreciated.