I’m trying to build an interface that’s something like this:
So more or less, a Timeline and a Record Picker next to each other. That is easy enough to do visually with the blank starter template. So far so good.
However, the behaviour I’m after is that instead of having to manually search for the record to pick, the detail element would be fed in from whatever’s currently selected in the timeline (in this case, “Bar”). However, I don’t seem to see an option to set the record picker value dynamically (Tables seem to be the only data source).
Am I barking up the wrong tree, or missing an option somewhere?