Topic: New "Build URL" and "Delete Rows" modules.

Hey all,

We've built two new modules in response to suggestions from our forum users.

The Delete Rows module allows you to query for a subset of rows from a Simple Database table and have them dropped.  This allows you to systematically remove table rows during the course of a QuickFuse application, instead of updating them with the Update Database module.

For more information, check the module docs or the new tutorial section.

The Build URL module helps you construct URLs for use with the new Fetch from URL module.  It allows you to easily append parameters to the path and query string parts of the URL, using filters such as URL encoding or alphanumerics only.  This should help move data from your QuickFuse variables into a properly formatted URL.

For more information, check the module docs or the new tutorial section.