function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
St2018St2018 

How to export records and related records from an org?

I want to export records and related records  to then import into another org.  Is it possible to use Salesforce dx or another tool to find  the relationships between all objects that are multiple levels deep? How can I do this?
Raj VakatiRaj Vakati
You can use it like below "
Using the Data Export Wizard"
  1. From Setup, enter Data Export in the Quick Find box, then select Data Export and Export Now or Schedule Export.
  2. The Export Now option prepares your files for export immediately. This option is only available if enough time has passed since your last export.
  3. The Schedule Export option allows you to schedule the export process for weekly or monthly intervals.

After getting the csv files you can able to import them 



https://trailhead.salesforce.com/en/content/learn/modules/lex_implementation_data_management/lex_implementation_data_export

https://help.salesforce.com/articleView?id=admin_exportdata.htm&type=5

https://douglascayers.com/2016/03/20/salesforce-easy-ways-to-export-data-as-csv/
St2018St2018
Thanks@Raj Vakati. This will not work for us. We have a very complex org. Several hundred objects and object relationships  that depend on each other to have the right data. Im asking what tool can help me figure out and understand our architecture or sequence so we can populate data in a sandbox.