I have created a flow in my servicenow instance for auto creation of a new field for every monday,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2023 11:07 PM
I have created a flow in my servicenow instance for auto creation of a new field for every monday, It creates a new field by default then I want that field to be automatically shown in my list view
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2023 11:27 PM
@Abhishek Kathe ,
For this you need to create list element for the list view were you wanted to add the new field.
1. So in flow designer after creating the field you can use another create record activity for 'sys_ui_list_element' table.
2. Before this please confirm the table and the list view were you wanted this field to be add by using 'sys_ui_list' table.
3. After choosing the table and view you can create this record easily by using create record activity in flow. In this record you need to set below fields.
Element: Backend Name of new field
Positon: were you wanted to show this field
List ID: from were you can chose a record for appropriate view for table.
Kindly mark the answer ✔️Correct or Helpful ✔️If it addresses your concern.
Regards,
Siddhesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2023 01:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2023 02:32 AM
It's definitely because you have personalized list layout. So open list layout and reset to default. And then clear the cache. I am sure it will show up on list as well
Cheers
Siddhesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2023 04:32 AM
Hii @Abhishek Kathe ,
Glad to be of help 🙂
It would be great if you mark my response as CORRECT so that others can see this on top of the list and get benefited by this.
Thanks & Regards,
Siddhesh