What are the mandatory parameters for the `table.append` action?

3 vues

Réponse

The `table.append` action requires two parameters: `source`, which specifies the input table to append, and `target`, which specifies the in-memory table that the data will be appended to.
Did this answer help you?