Generate CSV out from Flow designer Action
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-29-2022 12:50 AM
Hello,
I'm having a Flow that fetch records using 'Loop up records' based on some condition and if condition satisfies then have to update the record.
Before updating the record I would like to generate a CSV file from the 'Look up records' to ensure the data is correct.
Is there any way that we can generate a report out of Flow action? any other suggestions?
Thanks,
Kishore.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-29-2022 01:03 AM
HI,
please refer the below link you can find some interesting info:-
Mark the comment as a correct answer and also helpful if this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-29-2022 03:32 AM
Thanks for quick response!!
I'm looking for to create a report csv file some where in my machine from the below action. Not to attach to a record. Please help me here with any other suggestion.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-29-2022 03:44 AM
Hi,
no direct way
You can use Script Action in flow and have server side code in it to generate CSV
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-29-2022 05:32 AM
Thank you for the direction.
But do we have any api that access local directory and any sample script generates some files from list input variable. Any suggestions.
Thanks,