Describe the bug
Data Store: Add Update Record saves JSON Object Value as String
To Reproduce
Steps to reproduce the behavior:
- Create a new Workflow, add the action Data Store: Add or update a single record
- On the
Value prop, input the JSON string: { "time":"{{steps.trigger.event.time}}" }
- Observed that the action is executed successfully

- But the Key stored is in String

Expected behavior
- The stored value should be parsed and stored as object instead of String
Additional context
First reported by user here