Update

Updating a column's value can be automated with the Update task . The main sources for this update come from Dashboards and APIs, which deliver data to the process via Parameters. These parameters can be used to signal which rows should be updated, as well as to inform which new values should be inserted.

Inform which columns will be updated and the values they will receive and then inform the criteria that the rows that will be updated must meet.

city column will be updated with the value NYC in all rows that have the value 123 in the customerNumber column .

This task can only be executed or saved so that whenever the process is executed, the update occurs.

Last updated