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

Support dynamic primary keys in the records array #29041

Open
zamai opened this issue Aug 3, 2023 · 0 comments
Open

Support dynamic primary keys in the records array #29041

zamai opened this issue Aug 3, 2023 · 0 comments

Comments

@zamai
Copy link

zamai commented Aug 3, 2023

What area the feature impact?

Connectors

Revelant Information

Hi, I'm trying to build a connector (with builder UI) to Zoho People API, specifically Forms API.

The API response has the following structure:

[ 
  {
    "form_id_1": [
      {
        "Client_Name": "XTZ",
        "CreatedTime": "1686577603496",
        // other fields

       }
    ]
  },
  {
    "form_id_2": [
      {
        "Client_Name": "XTZ",
        "CreatedTime": "1686577603496",
        // other fields
      }
    ]
  },
 // ....
]

Where form_id_1, form_id_2 are the unique record IDs in the ZOHO system (which I would like to use as primary keys)

Currently using the builder UI I'm not able to unpack this structure. Also tried to write a transformation that would extract that ID into it's separate field - but also failed.

URL to my connector.

CleanShot 2023-08-03 at 15 20 27@2x

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants