Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.

Table partitioning

I’m facing an issue while using webhook integration to a table.

Scenario:

Table_Communication is there store the history of communication happened on various views/tables.

There are action buttons on views to know about the communication type and description.
These buttons will write information to a field (Field_CommTxt) on the same table.

Whenever the value changes on the above field, it’ll trigger a webhook to copy this information to the table “Table_Communication”. So, that I can keep the history of all communication.

Till here, the app is fantastic.

I feel that the table “Table_Communication” is going to have thousands and millions.
Then I thought to use the partition on the table.
Started using the partition on this table.
But webhook is not working for these partitioned table.

The information is writing to the initial table only as the “url” of the webhook is specifying the table name.

how to fix this?

0 6 717
6 REPLIES 6
Top Labels in this Space