Is it possible to create different variables of a single workflow?
I have a workflow that has to be filtered every week and we have to accumulate the workflow results.
Is it possible to create different variables of the workflow results and add them to a new table?
The “Date&Time-based Row Filter” changes every week, and the “End” of the selection will move to the next Friday.
We have to do this in case of changes to the Excel files.
Is it the same node if I only want to use the last column of the final table to put in a new one?
What I understand about the variables is that they are used as conditionals for the workflow, not as an alternative to creating multiple scenarios for it, right?
@esosa_aly I think you have basically two concepts:
you just split your workflow (fork) into the variations you want to have. Here you would obviously need to define them individually and create separate paths
you employ loops where the number of iterations will be determined by the data, by and external file of by a configuration but you will always have the sam operation that will run thru.
You can combine the approaches. I think you will have to make a plan of what it is that you actually want to do and what your data is. Maybe you can describe it in morde detail or even provide some sample data and a workflow without spelling any secrets.