Hello @Baljeet_Singh
I am fetching table objects in a loop and updating the property of each object.
Actually, the block “Set Property In” doesn’t update records on the server, it just updates values in your local (variable) object.
If we use bulk update where clause is must which I tried also. But, I am unable to update objects.
I would recommend you to put the combined whereClause string into a variable and print it, in order to make sure the whereClause is valid. Then put the “changes” into a variable and print it as well to debug. Once you have whereClause
and changes
object you can try it in the REST Console on Data Service screen.
Regards, Vlad