Dynamic Select?
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello everyone!
I'm building a workflow where I'm reading in a file that contains numbers for store based on period.
Here's what the input looks like.
I would want to append a field that says what period it is and have the workflow select only the column with the corresponding period while maintaining the column with the store numbers.
Here's what I want the output to look like if it was period 3.
I was thinking I would be able to use dynamic select for this, but I can't figure out a way to achieve this outcome.
Solved! Go to Solution.
- Labels:
- Common Use Cases
- Workflow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Do you have the period in the file, or from where should i get it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Maybe something like this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thank you so much! That helped a lot I didn't even think of the transpose tool! This achieved what I was trying to do.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
You're on the right track with the Dynamic Select. You just need a bit of pre and post meta data manipulation
The bottom Text Input holds the target field name and WorkingName field with value "SelectedPeriod". The first Dynamic Rename renames the target field to the SelectedPeriod. The Dynamic Select selects the Store field and SelectedPeriod. The second Dynamic rename restores the original Target name
Dan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi, @TaylorMaddox
Another way for you:
BTW, if value of each row are not same by field [Period] , then:
