Hi all
Like to configure an action: delete all flows with "Test*"
Unfortunately, glob patterns are not supported.
Therefore I thought:
1: Action/script: store all flows with name "Test*" in a variable {del}
2: Action: delete flows {del}
Unfortunately I cannot find an action/script to get all flows with name "Test*"
Best regards
Stefan
delete all flows with a specific name
Moderator: Martin
Re: delete all flows with a specific name
Use script function getFlowNames()
-
- Posts: 24
- Joined: 28 Jan 2019 12:42
Re: delete all flows with a specific name
@anuraag
Thank you, exactly what I searched!
Thank you, exactly what I searched!