-
Notifications
You must be signed in to change notification settings - Fork 1k
"Add new item" for SharePoint lists broken in Teams #10135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hello @vladigubler - Thanks for raising your query. |
@vladigubler,
|
It's not a command set, it's a form customizer. the code of that doesn't matter. Similar to this: |
@vladigubler, $ctype = Get-PnPContentType -List "Bussiness" $ctype.NewFormUrl $ctype.NewFormClientSideComponentId |
NewFormUrl is not needed, only NewFormClientSideComponentId |
@vladigubler, |
Are you displaying the list in Teams? Neither me nor a customer are able to get it to work. |
@vladigubler, |
Hmm, it works for me too now. Maybe some fix was released in the meantime? |
Target SharePoint environment
SharePoint Online
What SharePoint development model, framework, SDK or API is this about?
💥 SharePoint Framework
Developer environment
None
What browser(s) / client(s) have you tested
Additional environment details
SharePoint Online generic list with Microsoft Lists interface. MS Teams desktop client.
Describe the bug / error
Steps to reproduce
Expected behavior
Should navigate to the form and open it inside Teams
The text was updated successfully, but these errors were encountered: