Create custom button to a quick create form

Hi,
do you know if there is any way to add a custom button to a quick view create form?

Thank you in advance.

Yes, it is possible to add a custom button to a quick view create form in PowerApps.

To add a custom button to the quick view create form, follow these steps:

  1. Open the quick view form editor by clicking on the “Form” button on the toolbar.
  2. Select the field where you want to add the button.
  3. In the properties pane, select the “Controls” tab.
  4. Click on the “Add Control” button and select “Button”.
  5. In the button properties, set the text for the button and select an icon, if desired.
  6. In the “OnSelect” property of the button, add the code to execute when the button is clicked.
  7. Save and publish the form.

Now the custom button will be displayed on the quick view create form, and the code you added to the “OnSelect” property will be executed when the button is clicked.

Thank you for your reply. But I think is not my case.
I want to add a button in the ribbon on bottom of the quick view form. Is there any ways to add a button here?