I have created a flow in my servicenow instance for auto creation of a new field for every monday,

Abhishek Kathe
Mega Guru

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 

5 REPLIES 5

Siddhesh Gawade
Mega Sage
Mega Sage

@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.

SiddheshGawade_0-1703834468195.png

 

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.

SiddheshGawade_1-1703834696057.png

 

Kindly mark the answer ✔️Correct or Helpful ✔️If it addresses your concern.


Regards,

Siddhesh

 

Hi Thanks for your reference It's showing me a field in my list layout but not showing in list view as expected 
kindly go through the screenshot provided in attachments 

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

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