Get Key-Value store record action in Zapier connector doesn't work with non-JSON values #49
Labels
backend
Issues related to the platform backend.
bug
Something isn't working.
medium priority
Medium priority issues to be done in a couple of sprints.
t-platform
Issues with this label are in the ownership of the platform team.
In our Zapier connector, when I use the Get Key-Value store record action, it successfully reads the value because the number of KVS reads visible in Console increases by 1, but it doesn't return the value to Zapier.
The problem is that the Zapier integration can work only with JSON values and the record the user is using is encoded in JSON, but does not have JSON structure. The value is
true
.We need to fix:
true
I can provide a run link with KVS values for testing.
Bug reported here
The text was updated successfully, but these errors were encountered: