I’m trying to download data from the following table using the Download data as CSV workflow action. Unfortunately it is returning a CSV file with the object IDs rather than the text I want. The table is a list of survey answers with the columns being: 1. answer’s attributed user’s unique ID. 2. answer 's attributed question’s question text. 3. the answer text itself, whether it be a single select, multi-select, or text response (each is a separate field on the answer body, and only one will contain data for each answer.
The table itself shows exactly what it should, but when I use the Download data as CSV function:
It returns a CSV file with only the object ID for each cell, not the specific data fields displayed in the table themselves.
Is there a straightforward way to fix this so I can get a table with a list of user ID’s, the text of each question they’ve answered, and their answer responses?

