SOLVED
Filepath part 2
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
AntlRo
8 - Asteroid
‎02-20-2023
03:20 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I want the workflow to read 3 out of 7 tabs from the latest spreadsheet "Appleproducts 02-19_2023" that has a product number column that I can join to our Database.
The Column in each tab is called " Product Number" and some of the rows have multiple values (separated by a comma) as such :
Product number: |
Apple-1234 |
Oranges-579, Prunes-987 |
Peaches- 789, Mangos-321 |
output:
Product number: |
Apple-1234 |
Oranges-579 |
Prunes-987 |
Peaches- 789 |
Mangos-321 |
- I grab that newly output to pull data from our db as a join I believe with those exact values which would give me a bunch of new updates and columns etc... (example our database already has that "product number" column with the value " Apple-1234""
Solved! Go to Solution.
1 REPLY 1
binuacs
21 - Polaris
‎02-21-2023
01:19 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@AntlRo This can be achieved by using the bath macros, the first batch macro pulls all the sheet names, and the second macro extracts the records
