@vntricky right now the order of input fields is alphabetic so it is still possible to rename it in a way that it would be in a desired order ("1Use Proxy","2Proxy String",etc.) , but what is the order of actions ? @Fox In any case would be good to know how to change the order if it is possible?
URL MODULE + DATABASE MODULE
-

URL MODULE allows you to work with URL-type strings, User-Agents and encoding/decoding strings. For example, you need to change the protocol from http to https, replace some extra characters, cut protocols and www, parse data from URL, create or change URL, parse user agent into components, encode or decode URL or turn it into Punycode. Punycode is a method for converting Unicode characters to allowed domain names.
DATABASE MODULE is used to work with the built-in MongoDB database from BAS. The module is designed to work with a local database. It is used as an alternative to Excel, text files, only with more structured and larger data. You can receive records from the database, record, group, update and delete them in an unlimited amount.
More information in telegram chat @bas_english