Hi,
I'm new to Portals, so I'm guessing what I'm asking is simple.
I have a Portal, with a simple Form, linked to an Entity named "Applications". When a user fills and sends a new application, the entity gets the data. All good.
But I also have an entity called "Contact" (the standard, already created by Microsoft).
How do I populate this entity Contact with the data of the logged (Authenticated) user of my Portal, when he sends a new application? So when a new application is sent, I get two entities populated: "Applications" with the data of the form, and "Contact" with the data of the Authenticated user of the portal.
Thanks!