Compare two different zipfile and check if the text file was only existed in one file?

Hi, @fniedez

See if the attach workflow works for you

Basically, We retrieve all name files from both zip files using Invoke PowerShell (it doenst necessary unzip files)

The output of two Invoke PowerShell is a collection of string for ZIP A and ZIP B. After we look up if the collections has correlation_order.txt file.

Remember to change ZIP A and ZIP B path into parameter in Invoke PowerShell Activity:

_Test.xaml (12.5 KB)