Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get Key-Value store record action in Zapier connector doesn't work with non-JSON values #49

Open
HonzaKirchner opened this issue Sep 30, 2024 · 0 comments
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.

Comments

@HonzaKirchner
Copy link
Member

HonzaKirchner commented Sep 30, 2024

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:

  • If the user used JSON content type, but it JSON content is true
  • Alllow user to work with other content-types than just JSON

I can provide a run link with KVS values for testing.

Bug reported here

@drobnikj drobnikj changed the title Find Key-value Store Value in Apify action Zapier connector doesn't return the value Get Key-Value store record action in Zapier connector doesn't work with non-JSON values Sep 30, 2024
@fnesveda fnesveda added t-platform Issues with this label are in the ownership of the platform team. bug Something isn't working. medium priority Medium priority issues to be done in a couple of sprints. backend Issues related to the platform backend. labels Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
None yet
Development

No branches or pull requests

2 participants