Hi everyone!
Struggling with the following
There are several chains of Approvers.
Depending on the type of document received for approve, Conditions should determine which chain of approvers is needed.
Employees can choose document type in Sharepoint list.
Documents types, for example:
Agreement_1 (must be send to Approvers chain 1)
- Need addendum
- Has special conditions
Agreement_1 (must be send to Approvers chain 2)
- No need addendum
If employee choose for example:
Agreement_1 ("Wrong type")
- No need addendum
- Has special conditions
Conditions must show False, but for now "Wrong type" is accept in Conditions as True for Approvers chain 2 because match first criteria.
Is it possible to make Conditions strict and accept doc as True only if three criteria have matched?
Thanks for your time!