- 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-05-2022 12:07 AM
Hi,
I don't think it can happen 1 row every 1 hour.
You can run the import set directly using flow but it will start processing for all the rows under that import set.
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-05-2022 12:11 AM
Even it is ok if it processes all the rows under import set
can you please share the demo custom action script?
- 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-05-2022 12:38 AM
Thanks for sharing , i'm going through this now
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-05-2022 03:37 AM
If my response helped please mark it correct and close the thread so that it benefits future readers.
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader