Store and Recall Variables in "For Each" Action

I want to build a macro, which functions like download manager. I want to save a few URLs and use “For Each” action with every saved URL. When one loop is competed, the used value should be deleted. What is the best way to store and recall many values (and delete used values)? I tried append to text file and recall each line, but I don"t know the fast way to delete used values. I tried also a named clipboard. But it looks like I can save only one value at the time, so for many values I need many named clipboards? Thank you!

See if this Macro will work for you, or at least give you some ideas.
It is NOT intended to be a finished macro, but just an example of what can be done.

##Macro Library   Process and Delete List of URLs @Example


####DOWNLOAD:
<a class="attachment" href="/uploads/default/original/2X/4/4beb6da4072b0f7501efc9f071ddfe167500d0da.kmmacros">Process and Delete List of URLs @Example.kmmacros</a> (6.6 KB)

---

<img src="/uploads/default/original/2X/f/fa41e7b7906341285d7979eee4ff5d5e97cf7a1e.png" width="639" height="1627">
1 Like

Thank you for help!
Is there any way to add URLs to PDL_URL_List Variable? So I can make a hot key for adding a website to the list.

I think this Macro should function.

If Then Else.kmactions (1.2 KB)

Hey Mykola,

Yes, you figured it out.

Well done. :smile:

-Chris