domino-clj

rainbow_bamboo 2020-09-08T13:25:10.007Z

Hi everyone, I'm having some difficulty understanding how the path argument of domino.core/transact works with nested paths. Given a model of [[:patient [:first-name {:id :fname}]]] I tried (swap! ctx domino.core/transact [[[:patient :first-name] "Susan"]]) But I get the error, "key must be integer" Can I only transact based on indices?

rainbow_bamboo 2020-09-08T13:29:58.007300Z

(v 3.3)