Forum Discussion
List Views not showing in Dropdown
Hi all - when I go to one of my lists, the drop down only shows the "All Items" view and not all of the other 12 views. Not sure why? I've attached an image of the dropdown, and then an image of the list settings for this view where you can see the other 12 views. I can click on those and eventually open the view, but I need all of them to show in the dropdown.....is there a setting I need to change somewhere?
- stevekohrCopper Contributor
Forgot to mention that I used Power Automate to create the lists so I imagine I am missing something here....
- stevekohrCopper ContributorI also ran this WITHOUT the 'ViewType': 'HTML' property and either way that didn't matter, I still wasn't able to see the views in the dropdown after they were created
- michalkornetIron Contributor
Hi stevekohr, Maybe the views are corrupted with some minor errors in the request body.
I tried using this Power Automate action, and I can see the newly created view correctly.
Can you try with your ViewQuery?
Body of the request:
{
"__metadata": {
"type": "SP.View"
},
"PersonalView": false,
"Title": "NewTest2",
"ViewQuery": "<Where><Eq><FieldRef Name=\"Title\" /><Value Type=\"Text\">TestValue</Value></Eq></Where>"
}- stevekohrCopper ContributorHi - thanks so much for your reply. We ended up reaching out to Microsoft and they were able to recreate my issue on their end, they acknowledged that it is an issue on their end. They currently have engineers working on it. Been a few weeks since they began investigating, so a resolution isn't very straightforward as they had hoped!