SOLVED
Use one input for two outputs
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
patrikfrid
8 - Asteroid
‎02-04-2019
07:27 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi,
is there anyway to use one input too two outputs ?
I mean that I have a file in alteryx with category, sku, prices, picture and ean and I want to point sku to two outputs like:
category > category
Sku > Sku
prices > prices
picture > picture
ean > ean
Sku > mpn
so SKU shall point to both SKU and MPN because MPN is blank in the input file.
Solved! Go to Solution.
Labels:
- Labels:
- Workflow
2 REPLIES 2
15 - Aurora
‎02-04-2019
07:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @patrikfrid ,
If I'm reading your question correctly, then yes, it's super easy.
Add a formula tool, and choose to modify the [mpn] field
Just use [Sku] as the expression, and they will be made equivalent after running.
Cheers!
Esther
‎02-04-2019
08:08 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
thanks @estherb47 ,
it worked :)
