I have a PVA (Power Virtual Agent) that asks users a series of questions before triggering a flow. This flow interacts with an SQL Server to retrieve specific rows of data. Within the flow, I use 'Apply to each' and 'Append to array variable' actions to build an array of results. I am trying to pass this list back to PVA to then use it to ask another question to my users listing the options that are in my results.

However, when trying to build the question card I'm getting an error telling me the display name is missing, and when i look at the code it tells me that the display name is not allowed...



I take my JSON and turn it into a record and then extract the field into a table for which I'm trying to pass as a variable options to the question
