presentation-set-rendering-by-path
Update a Sitecore rendering's properties like data source, placeholder, or parameters by specifying its item path and unique ID. Modify shared or final layouts and adjust rendering order.
Instructions
Updates rendering specified by item path with new values.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| itemPath | Yes | The path of the item holding the rendering. | |
| uniqueId | Yes | The unique ID of the rendering. | |
| placeholder | No | New rendering placeholder value if specified. | |
| dataSource | No | New rendering data source if specified. | |
| finalLayout | No | Specifies the layout to update the rendering. If 'true', the final layout is used, otherwise - shared layout. | |
| language | No | The language version of the item holding the rendering. | |
| index | No | New index of the rendering in the layout. | |
| parameter | No | New rendering parameters if specified. |