Response export automation without personal details | XM Community
Skip to main content
Solved

Response export automation without personal details

  • June 23, 2025
  • 2 replies
  • 40 views

Forum|alt.badge.img+3
  • Level 2 ●●
  • 10 replies

Hello All,

 

Is there any automated solution to export the data without any personal information like Email, First Name, Last Name?

Best answer by ccarroll

Are you exporting from a dashboard? When we’ve done this in the past we’ve faced issues with all the data coming out. If from a dashboard one option could be to not include these fields in your underlying dashboard data (remove or create a new one with only the data you need). 

 

Best approach with getting data out though is to use workflows to create exports, these can be transformed into any format you need. 

2 replies

ccarroll
Level 4 ●●●●
Forum|alt.badge.img+31
  • Level 4 ●●●●
  • 62 replies
  • Answer
  • June 24, 2025

Are you exporting from a dashboard? When we’ve done this in the past we’ve faced issues with all the data coming out. If from a dashboard one option could be to not include these fields in your underlying dashboard data (remove or create a new one with only the data you need). 

 

Best approach with getting data out though is to use workflows to create exports, these can be transformed into any format you need. 


rochak_khandelwal
Level 5 ●●●●●
Forum|alt.badge.img+31
  • Level 5 ●●●●●
  • 169 replies
  • June 24, 2025

@QS17 

If you’re using Workflows → Data Export Task, you can select only the fields you want before exporting — just uncheck any fields like Email, First Name, etc. It doesn’t require modifying the dashboard dataset.

 

Alternatively, if you’re exporting via the API, you can post-process the JSON or CSV and drop PII fields before saving or sharing. Let me know your exact method and I can suggest more tailored steps.