Include Nextworld Environment in Data Export

I am working on creating some Data Export Definitions to create csv files that can be imported into a SQL reporting solution. One desired field is the Nextworld environment the data came from - Dev, Test, or Prod. Has anyone found a way to include a field in Data Exports that dynamically states what Nextworld the data came from? Or does it need to be a constant value that is set in the data export in each environment?

I believe the only environment specific variable that is stored on the record is the “nwTenantStripe”, and that likely is not unique for your Dev, Test, and Prod.

You have a couple options:

  1. Add a Constant Field to the Export Definition (this is probably what you want)

  2. You could just change the file export name to dev, test, or prod if it doesn’t need to be at the row level

ps:
If your company has an AI license, Ed (the platform’s chatbot) is actually great at answering these types of questions.


2 Likes