HELP!!
- 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
I need some help.
workflow is creating three templates Replaceme_newAL, Replaceme_newFL and Replaceme_newGA. On this sample template I have another tab (masterdata).
I am trying to figure out how can I add data from masterdata to the the templates. for example from masterdata I want to add FL information to Replaceme_newFL. Can someone please help me?
regards,
RR
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @rrahu07,
Can you include input sample input and desired output so we could properly understand what you want to achieve?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@Emil_Kos I have attached the sample data file. so the blob creates three templates and I want update one of the template (sheet1) using the data from masterdata.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
There are a ton of specifics to do what I think you are trying to to do - but work off this... a few notes:
1) you really want two excel files - one for your datasource (I used master data) and one for your template file (I used Sheet1 for a sheet name)
2) don't play with appending/changing file names - just create full paths.
3) create your templates using blob output FIRST. You need a Block Until Done.
4) Have you output data configured to full path/overwrite existing data/keep formatting/etc. Include a beginning and start of the range. Make sure you drop any fields that you do not want outputted into the excel files prior to your output data tool.
5) Upgrade to 22.1 to prevent xml issues with pivot tables & the like.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
