Here’s a package of a few simple extensions I created for Flow Canvas. They were created mostly because I needed them in handy situations. As they’ve become an essential part of my workflow, decided that I could share them with you.
All of them are pretty self-explanatory. You can find 2 directories when you right-click on your canvas both of which are named Karagozler (my surname 🙂 ). One is under Flow Controllers and one is under Functions/Implemented
Flow nodes are;
Connect To Web<string> which connects to a web page with POST method and returns the output as a string and the second node is the same but only it returns the response headers as a dictionary.
There are Dictionary nodes which allow you to create Dictionaries from lists, encryption options and some more…
String operation nodes also come in handy a lot too. Replacing strings, counting strings etc etc…
These are merely implemented versions of reflected functions that you can normally find easily.