function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
HealthDetail DevelopmentHealthDetail Development 

Elegant Way to Build DestructiveChanges.xml Members for Workbench?

I'm not a super experienced developer.

When using Workbench to delete Flows using DestructiveChanges, each of the <members> must be listed. Is there an easy way to get all of the <members> in a retrieve, or other method, in a format I can reuse in the DestructiveChanges? I must be missing something.
<members>Flow1-1</members>
<members>Flow1-2</members>
Now if I do a retrieve I get all the Flows in the org but have to manually enter the <members> and versions.