Selected record(more than 100 in overall 1000) from Data Type to deploy in Higher Environment.

I have requirement where I have datatype and i need to move the filtered 100 records to higher environment . I don’t want want to put instances for selected records.

Is there anyway to select those new records to select and include in product file to send in higher environment?

@NishaD17217453

Try this thread and see if you get your answer.

@NishaD17217453

Please check this link - https://support.pega.com/question/how-can-we-get-key-data-type (multiple options discussed).

Another option to consider:

Export the data through CSV and filter down the results, then import the CSV with filtered results into the higher environment.

@Abhishek Tripathi

Filtering report definition and calling that report definition in product file worked as mentioned in the link.

@RameshSangili

Importing CSV is not recommended to higher environment in our project is not recommended.