Let’s say we create a board called Random-Name inside Monday. In this table we would have a column called Random-Name-ID. If we want to update these records we must be able to do something like (pseudo code)
UPDATE Random-Name SET status = "Done" WHERE Random-Name-ID = 1234;
Does the Monday API support updating records based on a value in a column?