Data Append and Delete
- 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 have a scenario where i process some tasks in the workflow and take the output as an excel file, normally i append the data in the file but once a while i would delete the data already in the file and keep the incoming data alone in the file, is there any way i can do this?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@sekarsdream Choosing the option 'overwrite sheet (drop)' will delete whatever data is in that Excel sheet and replace it with the output of your workflow.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
yeah thats correct but i want it to be something like automatic or macro driven , is there anyway it can be done?
- 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
Or is there a test you can set a filter on (such as a day of the week or a number of rows in the spreadsheet) that would allow you to have a logic branch for append vs. replace?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Yes. That is possible as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
If there is no data then it keeps what is previously there. How do i delete all data then overwrite with new data even if the new data is blank?
