Generate CSV out from Flow designer Action

Kishore32
Tera Contributor

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.

12 REPLIES 12

Service_RNow
Mega Sage

HI,

please refer the below link you can find some interesting info:-

https://community.servicenow.com/community?id=community_article&sys_id=e5ad70d61b1d4490d01143f6fe4bc...

Mark the comment as a correct answer and also helpful if this helps.

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.

find_real_file.png

Ankur Bawiskar
Tera Patron
Tera Patron

Hi,

no direct way

You can use Script Action in flow and have server side code in it to generate CSV

Regards
Ankur

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

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,