Community FAQ
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
AzrSB
Engaged Sweeper II

I'm creating a workflow for a software called Eka. However, it's showing multiple services across my assets, such as Eka Service Monitor, Eka Tariff Location Service, Eka Scheduling Service, etc. I want to normalize these under a single software name — "Eka" — within Flow Builder. Can someone help me with how to group these as one software in the workflow?

 

Thanks

1 REPLY 1
Vicente_SC
Moderator
Moderator

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.

Forum

New to Lansweeper?

Try Lansweeper For Free

Experience Lansweeper with your own data.
Sign up now for a 14-day free trial.

Try Now