Jul 11 2024 01:47 PM
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?
Jul 12 2024 10:42 AM
Forgot to mention that I used Power Automate to create the lists so I imagine I am missing something here....
Jul 12 2024 10:43 AM
Jul 17 2024 03:01 PM
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>"
}
Aug 19 2024 02:19 PM