User Profile
swamisnawale
Copper Contributor
Joined 2 years ago
User Widgets
Recent Discussions
SharePoint Library Shows 0 Items but Counts Files Count Is more in Site Content
I'm facing an odd issue in my SharePointonline document library. I had a folder where I added a few items and then deleted them. Now, the library shows 0 items, but the site content shows a count of 3. Could this be a syncing issue? It’s been over 24 hours since I created a new library. I even checked the Recycle Bin (1st & 2nd stage) and cleared my browser cache. I’m the site collection admin, so permissions shouldn’t be a problem. FYI, When I get data from the API, it’s still returning those 2 files, and the paths are valid and these are not some hidden folders Has anyone else experienced this? Any insights would be greatly appreciated!265Views0likes2CommentsSharepoint Rest API filter query not returning items
Hi All, I'm facing issue while working with Rest API in SPFX. I wanted to know if there is limitation in Rest API for filter queries like we can only apply 'N' numbers of filters? I have applied a filter for lookup column and it contains more than 20 lookup conditions for e.g https://<your-site-url>/_api/web/lists/getByTitle('<your-list-title>')/items?$select=*,Author/EMail,Author/Title,SecondAssignee/Name,SecondAssignee/Title,AssignedTo/EMail,AssignedTo/Title,ProjectNameLookup/Id,ProjectNameLookup/ProjectName&$expand=Author,SecondAssignee,AssignedTo,ProjectNameLookup&$filter=Author/EMail eq '<author-email>' or AssignedTo/EMail eq '<assignedto-email>' or SecondAssignee/EMail eq '<secondassignee-email>' or ProjectNameLookup/ProjectName eq '<project-name-1>' or ProjectNameLookup/ProjectName eq '<project-name-2>' or ProjectNameLookup/ProjectName eq '<project-name-3>' or ProjectNameLookup/ProjectName eq '<project-name-4>' or ProjectNameLookup/ProjectName eq '<project-name-5>' or ProjectNameLookup/ProjectName eq '<project-name-6>' or ProjectNameLookup/ProjectName eq '<project-name-7>' or ProjectNameLookup/ProjectName eq '<project-name-8>' or ProjectNameLookup/ProjectName eq '<project-name-9>' or ProjectNameLookup/ProjectName eq '<project-name-10>' or ProjectNameLookup/ProjectName eq '<project-name-11>' or ProjectNameLookup/ProjectName eq '<project-name-12>' or ProjectNameLookup/ProjectName eq '<project-name-13>' or ProjectNameLookup/ProjectName eq '<project-name-14>' or ProjectNameLookup/ProjectName eq '<project-name-15>' or ProjectNameLookup/ProjectName eq '<project-name-16>' or ProjectNameLookup/ProjectName eq '<project-name-17>' or ProjectNameLookup/ProjectName eq '<project-name-18>' or ProjectNameLookup/ProjectName eq '<project-name-19>' or ProjectNameLookup/ProjectName eq '<project-name-20>' or ProjectNameLookup/ProjectName eq '<project-name-21>' or ProjectNameLookup/ProjectName eq '<project-name-22>' or ProjectNameLookup/ProjectName eq '<project-name-23>' or ProjectNameLookup/ProjectName eq '<project-name-24>' or ProjectNameLookup/ProjectName eq '<project-name-25>' or ProjectNameLookup/ProjectName eq '<project-name-26>' or ProjectNameLookup/ProjectName eq '<project-name-27>' or ProjectNameLookup/ProjectName eq '<project-name-28>' or ProjectNameLookup/ProjectName eq '<project-name-29>' or ProjectNameLookup/ProjectName eq '<project-name-30>' or ProjectNameLookup/ProjectName eq '<project-name-31>' or ProjectNameLookup/ProjectName eq '<project-name-32>' or ProjectNameLookup/ProjectName eq '<project-name-33>' or ProjectNameLookup/ProjectName eq '<project-name-34>' or ProjectNameLookup/ProjectName eq '<project-name-35>'&$orderby=Created desc&$top=999 When I run above query, then its not reurning any items. but when I filter query, then it is returning the items. I saw numbers of articles where they say the rest api has limit of 6000 char, some says 2048. So I am getting confsed here.267Views0likes0CommentsUnable to create Free form model in Syntex
Unable to create Free form model in Syntex Hi All, I'm trying to create these 2 models but setup got failed and showing error. These 2 models i'm trying to create I get this error message I already have dataverse environment and database but still it is not allowing me to create.Looking value in another sheet and returns the ID
Hi All, I have excel file in that i have 2 sheets S1 (orange) & S2 (blue). I have CID column in S2 and I want to check D column value of S2 in C column of S1 and then i want to return the ID in CID column for example, I have 5 entries in S2 sheet BadakhshanAfghanistan BadakhshanAfghanistan BadakhshanAfghanistan BadakhshanAfghanistan BadakhshanAfghanistan BadakhshanAfghanistan and in S1 i have this CONCAT2ID BadakhshanAfghanistan 1 So I want the result in S2 to be CONCAT1 CID BadakhshanAfghanistan 1 BadakhshanAfghanistan 1 BadakhshanAfghanistan 1 BadakhshanAfghanistan 1 BadakhshanAfghanistan 1 BadakhshanAfghanistan 1 i have added excel sheet as well for your reference. Thanks 🙂Solved546Views0likes3CommentsSharePoint User profile Birthday field
Hi All I have a Birthday field in SharePoint user profile and lots of user have data in that field but I'm unable to get that data when I use it in my component What I did is I've removed the data from user profile and again added birthday then I'm getting the value There's any reason behind this like Crawling or Indexing?561Views0likes0CommentsGet Documents only using graph api
Hi All, I'm using Graph API to access user's recent files Reference:https://learn.microsoft.com/en-us/graph/api/drive-recent?view=graph-rest-1.0&tabs=http Here I'm getting all types of files but I dont want image files. How do I filter out the response to exclude all image files and get only documents like word, ppt, excel, etc... I'm build a custom component similar to Recent documents (SharePoint OOTB component) I'm usinghttps://graph.microsoft.com/v1.0/me/drive/recent1.6KViews0likes1Comment
Groups
Recent Blog Articles
No content to show