pipedream
pipedream copied to clipboard
[BUG] Data Store: Add or Update Single Record saves JSON Object Value as String
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
Valueprop, 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
Hello @dylburger, I can reproduce this bug. I've updated the issue description to add more details and added to our Component backlog.
Kindly check when you have time and edit if needed 🙏
Note: affected actions are:
- add-update-record
- get-record-or-create
- has-key-or-create
Basically, actions that use parseValue() function.