I am trying to set a party as observer, with that observer argument taking from another template argument which defined as array. Please find the below snippet of my code:
template Roles
with
subscriber: Party
signeddate : Time
where
signatory subscriber
template Deal
with
deal: Users_Deal
actor : [Roles]
where
signatory deal.agent
observer actor.subscriber <--- here I am getting an error
template Users_Deal
with
dealId: Text
agent: Party