Hi @AzrSB,
What is your workflow trying to do?
If you are using the "List of Softwares" action, you can use a filter within that same action, similar to this one:
[
{
fields: ["software"],
value: "EKA",
type: LIKE
}
]
Then, if you want to know assets with any of those software installed, you can iterate over the List of Software results, and inside the loop use the "List of Assets with Specific Software Installed", using the Software Name and Publisher Name from the Loop currentItem results.