-
Notifications
You must be signed in to change notification settings - Fork 388
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
Dynamic Form - Error get field informations TypeError: item[field.InternalName].forEach is not a function #1568
Comments
Thank you for reporting this issue. We will be triaging your incoming issue as soon as possible. |
Thank you for submitting your first issue to this project. |
Hi @ravaney I have tried to reproduce the reported issue, but it seems to work well for me. I have used, can you try to pass the actual list guid, and the list item id directly as below
and let me know the results. Thanks, |
Could someone please check the PR. It's just two lines of code that have changed and it would be really helpful to have the fix included in one of the next releases. |
Hey all, reopening and tagging to be fixed in the next release |
Thank you for reporting an issue, suggesting an enhancement, or asking a question. We appreciate your feedback - to help the team understand your
needs please complete the below template to ensure we have the details to help. Thanks!
Please check out the documentation to see if your question is already addressed there. This will help us ensure our documentation is up to date.
Category
[ ] Enhancement
[x ] Bug
[ ] Question
Does this work across multiple sharepoint sites (providing the web absolute url). My form renders on the default site on sharepoint, but if I use another site and provide the site relative url as a prop, it doesn't render.
Version 3.14.0
Expected / Desired Behavior / Question
a rendered form for different field types
Observed Behavior
loading bar, no form rendered
Steps to Reproduce
https://company.sharepoint.us/sites/originalSite .... // this works fine without web absolute url
if I change the site to https://company.sharepoint.us/sites/other-site from organization // I get the error with or without the webAbsoluteUrl as a prop
Thanks!
The text was updated successfully, but these errors were encountered: