In this step, you will create a notification form which would be received by the supplier if the order is approved automatically.
To add the new form, you will use the Duplicate feature.
Select the Overview.

In the duplicate artifact pop-up window, change the name to Auto Approval Notification and select Duplicate.

The form is automatically opened in the form builder. Change the auto approval form in the form builder to reflect the data for auto approval use case.
Design the notification form, the same way as in the previous steps, to send another notification to the requester about auto-approval.
Modify the Layout fields:
| Form Fields | Field Settings with Label | Configuration(Read Only) |
|---|---|---|
| Headline 1 | Automatic Order Confirmation | |
| Paragraph | Your order has been received and we will send you the details as soon as the order is shipped. You can find the details of your order below, please review and verify your request: | |
| Paragraph | Your Sales Order Details: | |
| Text | Material | X |
| Number | Quantity | X |
| Text | Customer Name | X |
| Date | Expected Delivery Date | X |
| Paragraph | Please press the SUBMIT button to acknowledge the order status |

To save your work, choose Save.
Go back to the Process Builder canvas (the Order Processing tab) and add the Auto Approval Notification form below the Default node.

Choose (+) choose Form then Auto Approval Notification.

Configure the General section.
Under Subject:
Enter the text: Your order has been automatically approved for
Map material from Process Content => salesorderdetails.
Under Recipients/Users: Enter {placeholder|userid_lc}@sapexperienceacademy.com
To save your work, choose Save.

Configure the Inputs section.
| Form Input Fields | Process Content Entry |
|---|---|
| Customer Name | shipToParty |
| Expected Delivery Date | expectedDeliveryDate |
| Material Name | material |
| Quantity | quantity |


This completes the process design with condition criteria that will decide what process flow is executed and whether there will be an auto-approval or a one-step approval route.