Skip to content

[BUG] Data Store: Add or Update Single Record saves JSON Object Value as String #3515

@dylburger

Description

@dylburger

Describe the bug
Data Store: Add Update Record saves JSON Object Value as String

To Reproduce
Steps to reproduce the behavior:

  1. Create a new Workflow, add the action Data Store: Add or update a single record
  2. On the Value prop, input the JSON string: { "time":"{{steps.trigger.event.time}}" }
  3. Observed that the action is executed successfully
    FireShot Capture 397 - Pipedream - Connect APIs, Remarkably Fast - pipedream com
  4. But the Key stored is in String
    FireShot Capture 398 - Pipedream - Connect APIs, Remarkably Fast - pipedream com

Expected behavior

  • The stored value should be parsed and stored as object instead of String

Additional context
First reported by user here

Metadata

Metadata

Labels

bugSomething isn't workingtriagedFor maintainers: This issue has been triaged by a Pipedream employee

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions