Open up a pop-up form to perform actions upon submission. Pop-up forms are buttons that open up a form for users to complete; a great option when you need the functionality of a form in the space of a button. When submitted, pop-up forms perform functions like calling APIs, updating data or inserting new data.
You can add an in-line pop-up form (child component) to a table, detail view, or card list (parent component). The pop-up form is automatically displayed for every record in the parent component.
Like a button, you can embed a pop-up form at the top of your space that can take inputs from several components. Unlike a button, these inputs can be reviewed and edited by a user before submission.
See Form Component for details on configuring a pop-up form.