Hello, I noticed that the Upsert codeless block doesn’t perform “update”.
In my case, the table has several required fields. In this case, Upsert necessarily requires me to have all these fields submitted rather than just the field I’d like to update.
However, plain PUT request from REST CONSOLE works and BULK UPDATE Codeless block also works as expected.
I am not sure this is intended, but it seems odd not to have a plain Update Codeless block, but of course, Bulk Update is an acceptable workaround.