I'm trying to develop a workflow that would search in a given folder for missing document types (entry field value) by comparing to a multi-value field (document type list) as a means to determine which are not present. I then need to assign the values of the missing document types to a token that includes the path they are missing from.
Currently I am trying to use a conditional sequence to do the comparison but am finding it difficult to obtain the non-matching (missing types) list items as a token to be output. I'm also wondering if all values of the Multi-value field can search against the target folder's document field contents in one pass or requires creating individual values ( indexed) that are cycled for as many as there are values in the list field.
Any suggestions would be much appreciated.
Thanks,