Using DAML Triggers, I want to exercise a choice and then access the return of the exercised choice. (I then want to make the further trigger execution dependent on the returned result.)
So something like:
result <- dedupExercise cid choice
Is this possible? Looking at the documentation, I don’t see a way to do this at the moment.