Builing a Custom Tree

So I am trying to create a tree structure that can be dynamical built. With two features

  1. Users will have to click on a node (and that node will highlight in some way) of a tree and type in to the text field next to create and hit create button. Doing so will create a child to that said node labeled what every the user typed in to the text field.
  2. User will click on a node and that label will appear in the modify text box. User can change the name and hit the modify button to update the node label.

I think repeater are the best methods for this but open to anything that can create a tree structure dynamical. Please help

John
StructureConstruction.rp (61 KB)

Hey guys,

For anyone who was following this thread at home, John wrote in to our support desk and we were able to assist him. The main issue here is that tree widgets aren’t very dynamic so you can’t update or create nodes in the browser, but we’ve filed this as a feature request on our end so hopefully we’ll be able to add some more functionality to them in the future.

What was the solution here please?