Jici
6
RG (custom text type list of text)
Inside RG > group (custom state type text)
Inside this group > Question / Answer
After that, it’s more related on how you populate RG and you store the data in database. But the idea is to store the actual response into the custom state and update the list of text at the RG level state. You need to always first remove the custom state (group/old answer) in RG state and after add the new value to the group state and to the list of text in RG. The idea behind the group state is just to store the last response to be able to remove it from RG list of text if this have been modified by user. The RG list of text is the full data stored that contain all individual state.
I’ve suggested to use a pipe delimiter and a simple text like question|answer, but it could also be a JSON that can be submitted to a backend WF using API Connector or directly using Data API with Bulk upload.