Hello,
I filter my data into 3 sections (low, medium, high), this field called Level
After filtering to 3 levels (low, medium, high), I would like to write this into 3 tabs on the same CSV file. How can I achieve this?
- This workflow will run daily.
- The tabs name will have a different name (low = 'level 1', medium = 'level 2', high = 'level 3' )
Thanks