It cannot be done with the help of Bulk Update component as it will update the database objects with the same data. If you need to update variable data it can be done only for a single object.
I am still uncertain about how to make a “change” using the bulk update codeless block. I would like to update a property in every object in a table. The property is updated daily on a timer, and it represents the current date. I can’t find any instructions or examples. Anybody know how to do this?
Hi Mark, Thanks yes this helped. I have the timer set up to update the dates in all my tables. For anybody else who is trying to find a workaround for the absence of now() and today() type functions in generated columns, setting up a timer to update date properties is pretty easy. Here’s what mine looks like.