Need to create bulk records in the table like creating incident bulk incident with diff short descr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2024 06:51 AM
Hi All,
Having a requirement that need to create a bulk records through the flow designer in the table.
Like creating a bulk incident but each record should be unique with the different short description.
Any suggestion.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2024 07:04 AM
@Community Alums
what's the business requirement here?
The short description should be based on some prefix and then some kind of random number after the text?
you can use inline f(x) script while setting short description field
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2025 02:33 AM
@Community Alums
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2025 04:00 AM
@Community Alums
In bulk record loading - number field is auto generated and unique same way ,
for "short-description" add script which will set short description "INC number--Text".
--