Skip to content
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 - Saving not working #1840

Open
Chris-dot-net opened this issue Jun 22, 2024 · 1 comment
Open

Dynamic Form - Saving not working #1840

Chris-dot-net opened this issue Jun 22, 2024 · 1 comment

Comments

@Chris-dot-net
Copy link

Chris-dot-net commented Jun 22, 2024

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

Version

Please specify what version of the library you are using: [ 3.18.1]

Expected / Desired Behavior / Question

If I fill out my form, it will create a functioning rest api call to push the new item to the list.
https://<tenant>/sites/<site>/_api/web/lists('49fb78de-3a82-4627-affd-534862428ca8')?$select=ListItemEntityTypeFullName

Observed Behavior

If i place my webpart with the dynamic form on a page it creates a faulty rest api call and does not proceed:
https://<tenant>/sites/<site>/SitePages/_api/web/lists('49fb78de-3a82-4627-affd-534862428ca8')?$select=ListItemEntityTypeFullName

Steps to Reproduce

  1. Create a spfx webpart and use the dynamic form to add items to an existing list
  2. add this spfx solution to your tenant and add it on a new page located in sitepages but not as homepage
  3. try to add your listitem
Copy link

Thank you for submitting your first issue to this project.

@Chris-dot-net Chris-dot-net changed the title Dynamic Form - Saving not working on other pages than homepage Dynamic Form - Saving not working Jun 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant