Create Record using the “Records – Create Record” Action

Introduction

In this tutorial, we will guide you through the process of using the “Records – Create Record” action. This action allows you to create a new record in your specified system. We will cover the steps to configure this action in Power Automate and Nintex Automation Cloud.

Inputs and Outputs

Inputs

Parameter NameDescriptionTypeRequiredExample Value
recordTypeThe type of the record to createstringYes“Customer”
recordDataThe data for the record in JSONobjectYes{“name”: “John Doe”, “email”: “john.doe@example.com“}

Outputs

Parameter NameDescriptionTypeExample Value
recordIdThe ID of the created recordstring“12345”
recordLinkA link to the newly created recordstringhttps://example.com/records/12345″

Power Automate

To configure the “Records – Create Record” action in Power Automate, follow these steps:

  1. Open Power Automate: Navigate to Power Automate and log in with your credentials.
  2. Create a New Flow: Click on “Create” and select “Automated Flow” or “Instant Flow” based on your requirement.
  3. Add a Trigger: Choose a suitable trigger for your flow. For example, you might use “When a new item is created in SharePoint”.
  4. Add a New Step: Click on “New step” to add an action to your flow.
  5. Search for the Action: In the action search bar, type “Records – Create Record”.
  6. Select the Action: Select the “Records – Create Record” action from the list of actions.
  7. Configure Inputs:
    • Record Type: Enter the type of record you want to create (e.g., “Customer”).
    • Record Data: Provide the data for the record in JSON format (e.g., {"name": "John Doe", "email": "john.doe@example.com"}).
  8. Save the Flow: Once you have configured all necessary inputs, save your flow.
  9. Test the Flow: Run a test to ensure the flow works as expected and creates the record in your system.

Nintex Automation Cloud

To configure the “Records – Create Record” action in Nintex Automation Cloud, follow these steps:

  1. Open Nintex Automation Cloud: Navigate to Nintex Automation Cloud and log in with your credentials.
  2. Create a New Workflow: Click on “Create Workflow” to start a new workflow.
  3. Add a Start Event: Choose an appropriate start event for your workflow. For example, “Form Submission”.
  4. Add an Action: Click on “Add an Action” to insert a new action into your workflow.
  5. Search for the Action: In the action search bar, type “Records – Create Record”.
  6. Select the Action: Select the “Records – Create Record” action from the list.
  7. Configure Inputs:
    • Record Type: Enter the type of record you want to create (e.g., “Customer”).
    • Record Data: Provide the data for the record in JSON format (e.g., {"name": "John Doe", "email": "john.doe@example.com"}).
  8. Publish the Workflow: Once all inputs are configured, publish your workflow.
  9. Test the Workflow: Initiate a test to ensure the workflow runs correctly and the record is created in your system.

Conclusion

In this tutorial, we have covered the steps to use the “Records – Create Record” action in both Power Automate and Nintex Automation Cloud. By following these steps, you should be able to successfully create new records in your system using these automation platforms. If you encounter any issues, refer to the platform-specific documentation for additional support.

Free eBook: The Ultimate Guide to Power Platform Custom Connectors