Thanks for working with me on this! I can give you more information on the scope of this project. Simply put I use a content management system that has a REST API endpoint for various actions within the CMS. We use SharePoint internally and when events are created there, I need to send the data from the SharePoint event as a GET request to the CMS API to create a new event within the CMS based on another event asset within the CMS, of which I am reading in first, then altering the needed properties from the SharePoint event and then issuing a POST to the CMS API to create the new event asset from the base event asset with the modified properties from the SharePoint event. I know that’s a lot, but you asked for it. LOL!
In your code, you have assetReplacements[parent.identifier]?.(prop), but that will be assetReplacements[‘body-copy’]?.(prop) and I need to modify the “text” sibling property value. Am I incorrect?