How to create a file using flow designer and save it in my Local machine
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-24-2022 10:06 PM
Hello All ,
I have a requirement where I want to extract data from User table .. that data should be copied to one file and that file should be created using the flow designer once that data is copied to the file .. need to store that file in a local machine .
The entire functionality I need to implement it through Flow designer only .
Can anyone please help me with the implementation ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-24-2022 11:22 PM
Hi,
then whose machine you want the file to be downloaded?
I didn't get your business requirement here
Based on the business requirement approach can be provided
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
‎05-24-2022 11:43 PM
Hi
1) Trigger the flow
2) Identify the items fros sys_user table(which belongs to xyz region?)
3) Loop through the list of user items selected in step 2 and add them to the file
4) Create a file on local machine ( c drive) that contains these records .
All this step needs to be done through flow designer only.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-25-2022 12:06 AM
Hi,
Did the business team inform you to use flow?
Since they might not be knowing the feasibility of the requirement
Did you ask them a question whose local machine they are referring? Whether it's a mid server or any other machine
Please check on the questions with your team and share the updates
In other case I already provided the approach which you can propose to them
1) setup a mid server
2) use scheduled exports and export csv of user daily to mid server location
3) you can give filter condition as well which users to be pulled
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-09-2023 02:02 AM
Hope you are doing good.
Did my reply answer your question?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader