Legacy Dev Forum Posts

 View Only

Sign Up

  • 1.  DataTable Automation

    Posted 06-05-2025 18:17

    Gregoire_SUAUD | 2020-06-24 11:17:44 UTC | #1

    Hi,

    I'm managing a survey result from a datatable in Purecloud. I wanted to know if there was a way to export it and clear it frequently? I'm blocked with the row limitation of 5000 rows.

    Thanks for your consideration !


    tim.smith | 2020-06-25 19:39:27 UTC | #2

    You can export using POST /api/v2/flows/datatables/{datatableId}/export/jobs. Rows must be deleted individually using DELETE /api/v2/flows/datatables/{datatableId}/rows/{rowId}.


    system | 2020-07-26 19:39:28 UTC | #3

    This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.


    This post was migrated from the old Developer Forum.

    ref: 8103