Hi,
In one of my flows I have quite a complex JSON object that I wish to update one property on. The JSON object contains a "Flow Definition" from the "Get Flow" connector. I store the JSON object in a object variable, which I then want to manipulate, and then use to create a new flow using the Create Flow connector.
The part of the JSON object is something like this:

The table property is several levels deep in the JSON object itself.
What I want to be able to do is update the "table" property to something else. I can access the property using an expression like variables("MyVar")['triggers']['manual']['inputs']['parameters']['table']
but have no idea on how to update it.
I have had a play around using "Parse JSON" and "Select" connectors but cannot seem to be able to update a property that is several objects deep.
Can someone advise on how to update a single property in a JSON object ?
I can post the JSON object in full if needed , but its rather large!