I am using an entity form and 3 webforms on my webpage. The entity form is in Edit mode and the webforms are readonly. I am rendering these through liquid code.
{%entityform name: "Form1"%}
{%webform name: "Form2"%}
{%webform name: "Form3"%}
{%webform name: "Form4"%}
I see this error "An entry with the same key already exists" when trying to render them. I know portals doesn't allow multiple entity forms, but is there also a limitation on using multiple webforms?
Solved! Go to Solution.
Hi, Power Apps Portals doesn't support multiple forms in the same page, this is because the form post will get messy once you click on the submit button
Which form do you have your submit? maybe try to make sure the other ones are read-only, this might work but I am not sure
also, Web Forms wouldn't be the best option to show read-only data.. the idea behind a Web Form is to guide user through steps when submitting a record .. so you should probably be using Entity Forms instead anyway
Power Pages Super User | MVP
Hi, Power Apps Portals doesn't support multiple forms in the same page, this is because the form post will get messy once you click on the submit button
Which form do you have your submit? maybe try to make sure the other ones are read-only, this might work but I am not sure
also, Web Forms wouldn't be the best option to show read-only data.. the idea behind a Web Form is to guide user through steps when submitting a record .. so you should probably be using Entity Forms instead anyway
Power Pages Super User | MVP