Appending on basis of Id of Mapping
- 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
Hi Everyone -
I have been trying to build solution where I need to append some data through mapping based on "ID" to input.
Here is the example . pls let me know in case any other details.
Input data | ID | Code | |
mks123 | 100 | ||
mks1234 | 200 | ||
Mapping | ID | Code | |
mks123 | 50 | ||
mks123 | 40 | ||
Target Output | ID | Code | |
mks123 | 100 | ||
mks123 | 50 | ||
mks123 | 40 | ||
mks1234 | 200 | ||
Solved! Go to Solution.
- Labels:
- Dynamic Processing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Are you checking to see if the mapping ID values exist in the input before adding them in? If so, this should do it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Here is a workflow for the task.
Output:
Workflow:
Hope this helps 🙂
If this post helps you please mark it as solution. And give a like if you dont mind 😀👍
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@atcodedog05 That looks very similar to my solution... I don't think the duplication is necessarily helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Sorry just happens to be a late submitter 😅 I had forgot to hit post.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks everyone for the quick reply, all given solution work feeling so dumb right now:)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Chill its better know the answer then to be left with an answered question.
Please dont hesitate to ask a question and miss out one of the great ways to learn 🙂
Feel free to reach out if you face any issues 🙂
Happy to help 🙂
Cheers and Happy Analyzing 😀
