If using the Daml.Script submitMulti, does it not require a second parameter, which is a list of “read as” parties? From the docs Daml.Script — Daml SDK 2.9.4 documentation
@David_Martins
You’re correct, submitMulti does indeed require two lists of parties as the first two arguments. So, the syntactically correct code snippet must be
cId <- submitMulti [x, y] [] do
exerciseCmd cId Approve with
llCid = llCId