Get All Records using Data Raptor Extract
In Get you need to choose Data Raptor Extract. create a new Data Raptor Extract.
In Extract Tab Follow this step.
Select the object for which you want to extract records. For Example “Account”.
In Filter select “Id“.
In operator select “<>“.
Now use Environment variables in Single Quote ‘$Vlocity.NULL‘.
In Output Tab Add Id or Name Field. you can choose depend on requirement.
Now click on Preview. All Account Data is Display.
you can Add filter also depends on your requirement.
- “Id = Id”: This filter condition will always be true, so all records will be included in the extracted data.
- “Id <> ‘$Vlocity.NULL‘”: This filter condition will exclude any records that have a null value for the Id field. This is useful if you want to ensure that only fully populated records are included in the extraction.
I hope this information is helpful for you.