SOLVED
power automate data overwrite
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
czjames87
8 - Asteroid
‎03-05-2021
01:56 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I am currently using a power automate flow to pull an attachment from a group email into my alteryx workflow. Is there a way to prevent the previous spreadsheets data from being overwritten by the new spreadsheet when its pulled into my flow?
Solved! Go to Solution.
Labels:
- Labels:
- Developer
- Tips and Tricks
- Workflow
2 REPLIES 2
19 - Altair
‎03-06-2021
05:12 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @czjames87
Can you provide a few more details? Which spreadsheet is being overwritten? Is it one that your workflow outputs? If so, you can either modify your output tool to append the data to the sheet or use a technique like appending the date to the filename and writing to a new file each time.
Dan
‎03-10-2021
05:44 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
That did it. I was just trying to add to the current output. Appending on to the current file was a simple fix. Thank you
