Hi, I'm just starting to get into Appian, and apart from several limitations

Hi, I'm just starting to get into Appian, and apart from several limitations in the model designer, I've encountered some issues while using user defined types (UDTs).

I have a UDT "Role" which includes an array of type "Approver" (another UDT), which includes a Boolean variable called 'Approved'.

In my model I am calling a subprocess for each item in the 'Approvers' array, passing the 'Role' UDT and instanceindex (to keep track of which approver is being passed in). In my subprocess I display the data contained within the 'Role' UDT and the user can either click Approve or Reject. The result of their selection is converted to a boolean.

I wish to store this boolean result in Role.Approvers[index].Approved. I have created a new pv called 'MyApprover' of type Approver to store the value, but when I create a new output to set MyApprover is stored at index [index] of Role.Approvers, the operator list reverts back to 'is stored a...

OriginalPostID-25622

OriginalPostID-25622

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data