User Profile
YueZhao08
Copper Contributor
Joined 7 months ago
User Widgets
Recent Discussions
SharePoint List Calendar View JSON formatting
I have a SharePoint list with column "person" and "categorie". If I use column formatting with JSON, it works. I can show person + categorie in column title in list view. But if I change to calendar view, the info will not been displayed. How can i put the JSON in calendar view? I don't want to use power automate to copy the person value to text column, because we have this calendar in many SharePoint teamsite. I don't want to create hundert flows to do that. columns of my SharePoint list: - title: (text) always empty - person: (person and group) - categorie: (chioce) - from: (date) - to: (date) JSON script: { "$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json", "elmType": "div", "txtContent": "=[$person.title] + ' ' + [$categorie]" }Solved416Views0likes1CommentLookup Column Search by Typing not work
I have a SharePoint list with one lookup column. Using standard new form, i can type some key word in lookup column, SharePoint will show me the value, which match the keyword. e.g. one Value in Lookup Column is "01 - Marketing". If I type "mar", this value will displayed. Now I make some customzing via Power Apps for list new form. After that, search in Lookup column does not work like before. I must type "01" to let it show matched value. Typing "mar" return empty. Has anybody idea to solve this problem?Customizing SharePoint List new form via Power Apps not work
I'm facing to an issue with customizing SharePoint list new form using Power Apps. After publishing my custom form multiple times, the new form ist not changed in SharePoint. Here's what I've done and observed: Form settings: The form is set to be the customized form. Power Apps preview: I can see the live version in Power Apps, and the weblink and QR code work as expected. SharePoint behavior: When I click "New Item" in the SharePoint list, the standard form is displayed instead of the customized one. If I change to SharePoint classic experience (old look & feel), it works. I can see customzed list new form. Reture to modern experience, it shows stardard form again. Delay in deployment: After approximately 2 weeks, sometimes 1 monat, the customized form suddenly appears in the SharePoint list with modern look & feel. Has anyone encountered a similar problem or have any ideas on what might be causing this delay and how to resolve it? Any insights or solutions would be greatly appreciated!Re: Pass parameter via URL to fill the field in form
hi Dingkun, thank you for your suggestion. It works in principle, aber not reliable, because the Prefill data will be saved in browser cach. That mean, if the user make feedback for different surwey in short time, the prefill value shows always the value from first URL. I hope, this feature will be improved in the furture. Thank you for your answer again!1KViews1like0CommentsPass parameter via URL to fill the field in form
I have created asurvey via Microsoft Forms. This survey should be displayed as webpart in different SharePoint Teamsites. Is it possible to show different content in each teamsite? e.g. via URL of webpart to pass parameter to form to fill in one field automatically?Solved1.2KViews0likes2Comments
Groups
Recent Blog Articles
No content to show