Access data table via API

Options

Hi all,
is there a way to read data from a data table from outside the Catalytic environment via API?
I want to display the data in a custom-built frontend of a website.
Thank you in advance!

Best Answer

  • Veronika_208293
    Veronika_208293 Posts: 64
    Answer ✓
    Options

    Hi,
    this should be possible using the following steps:
    1. Create actions that would export the data table to the format you want (JSON, CSV, etc)
    2. Store those values in a field
    3. Create a webhook trigger that waits for the process to complete and either accept the default output or specify a response template

    Our May release will also allow our data table UI to be rendered in a form. We'll test to make sure it works in an embedded form as well.