pnp / List-Formatting

List Formatting Samples for use in SharePoint and Microsoft Lists
https://pnp.github.io/List-Formatting/
MIT License
1.74k stars 833 forks source link

view-samples/announcements issue - blank #588

Closed xsomej closed 1 year ago

xsomej commented 1 year ago

I have an issue with the view-samples/announcements

It worked well few days ago, but today the list is just blank - if I switch to non-list layout, data is there, but the view formatting no longer works. There is also a suggestion in the JSON code - see screenshot below: image

Any ideas what has changed?

tecchan1107 commented 1 year ago

Hello @xsomej . I tried it on my end and it displayed correctly.

image

Looking at the code of announcements, it is set to hide if the value of RemoveDate is smaller than it is @now. Is it possible that RemoveDate is set to a smaller date than it is now?

xsomej commented 1 year ago

Hi @tecchan1107 ,

Facepalm...that was indeed the issue there. Thanks! :)

tecchan1107 commented 1 year ago

Glad you were able to resolve the issue!