Forum Discussion
stevekohr
Jul 11, 2024Copper Contributor
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 th...
michalkornet
Jul 17, 2024Iron 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>"
}
- stevekohrAug 19, 2024Copper 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!