Hi Srikanth,
Yes, I have noticed the same issue in the past.
The only thing I can suggest is using the Attributes API to add the participant data that you need.
Which is this one:
PATCH /api/v2/conversations/{conversationId}/participants/{participantId}/attributes
Create it as a Data Action, and execute it on your Survey Flow... And also, before you run this one, you need to have the Participant ID for the participant which you want to add the participant data... To get that you can also use another API:
GET /api/v2/conversations/{conversationId}
------------------------------
Marcello Jabur
------------------------------