I am storing a history of messages (think of a chat app) in a Qualtrics Imported Data Project record. Since there’s no relational data support, I am storing the conversation as a stringified JSON array.
When someone adds a new message, it triggers a Qualtrics workflow, which:
- Fetches the conversation history
- Adds the new message
- Stores the new conversation history
A problem arises when two messages are sent at the same time. The second update overrides the first update. Any solution?
