You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.
I'm trying to update nested document properties using bulkExecutor Item Update but not saving though operation in successful. Updated operations like below
I'm trying to update nested document properties using bulkExecutor Item Update but not saving though operation in successful. Updated operations like below
updateOperations.Add(new SetUpdateOperation("Components[0].Status", moveStatusEnum.ToString()));
Any help on how to update nested document properties would be helpful
Thank you
The text was updated successfully, but these errors were encountered: