-
Fetch Datasource Task
Fetches a datasource task from the server. Identifier: fetch_datasource_task Elements datasource_id: Contains the ID of the data source to receive a task from. Type: String sheet_revision: Contains the revision of the datasource you want to use. Type: Long payload_variable_name: Contains the payload of the fetched task…
-
Update Datasource Task
Updates a datasource task on the server. Identifier: update_datasource_task Elements datasource_task_id: Contains the ID of the task to be changed. This is the value of the column configured as the identifier in the datasource settings. Type: String rows: Contains the row object to be changed. Type: Object…
-
Update Datasource Task Status
Updates the status of a datasource task. Identifier: update_datasource_task_status Elements datasource_task_id: Contains the ID of the task that should be fetched. This is the value of the column configured as the identifier in the datasource settings. Type: String status: Contains the current stage of the task (e.g.,…