Hi,
Is it possible to have multiple insert forms for the same entity on the same page?
Getting an error saying that an entry with the same key already exists.

Hi,
Is it possible to have multiple insert forms for the same entity on the same page?
Getting an error saying that an entry with the same key already exists.
Hi, Entity Forms works with a HTTP Post on the submit click, so that will not work, the Portals will get mixed I would say.
An option here would be adding 1 Entity Form, and adding via Liquid a custom form performing the insert via Web API, this should work: https://docs.microsoft.com/en-us/powerapps/maker/portals/web-api-overview