- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2022 10:01 PM
Hello, i have one task to do, but i'am so new to flow designer ,so please help me on this
I have one import set table which has stored some data and i need to create a record in incident table from that data for every one hour
i have to achieve this only by flow designer
Has anyone done something like this before?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2022 12:31 AM
Hi,
you can use Custom Action with script
check this link and script shared by Fabian
Usage of GlideImportSetLoader & GlideImportSetTransformerWorker API's from scoped Application
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
09-04-2022 10:52 PM
Hi,
So basically you want each row of import set to be processed after every 1 hour using flow?
You can run transform via server side script using Custom Action script in Flow but it will process complete import set i.e. all the records into that import set table
Can you explain is this a business requirement or some assignment/exercise?
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
09-04-2022 10:56 PM
Thanks for replying , it's an assignment i need to do not any business requirement
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2022 11:00 PM
can't we write a custom action script in flow so that it will process each row of import set after every 1 hr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2022 11:09 PM
can you share me the script if possible, it will help a lot me