First of all, I'm new to Switch excited to start using this platform. I'm really only used to RPA solutions like Power Automate Desktop, So I'll probably have to learn some scripting skills to get some things done.
Anyways, I have been diving into one of our flows and I am stuck on how to go about this in Switch.
We have a Set Hierarchy for all of our Jobs. Example:
-->Date
-------->Batch 1
------------->Product Group 1
----------------->file_01.png
----------------->file_02.png
----------------->etc.
------------->Product Group 2
----------------->file_01.png
----------------->file_02.png
----------------->etc.
-------->Batch 2
--->etc.
While this hierarchy works as expected, I am also looking for a solution to order then rename the Jobs in their "Product Group" folder by multiple Private Data Feilds.
Example:
Order Jobs by Private Data:
- Rush
- Sku
- UID
- Ink Color
- Batch_
- ProductGroup_
- UID_
- Numerical Order 0001, 0002, 0003, etc.
Any input would be greatly appreciated!