October 2021

Release Notes

Photo by Kaitlyn Baker on Unsplash

In October 2021, we released several new updates, including optimization of multiple tasks and the addition of new features to them. On top of that, we have also fixed over 18 bugs, making the user experience seamless for our users.    

Let’s learn about these new features and updates in detail.


Updates

Updated Scheduler Node 

For this release, we have updated the scheduler node to accept data through Google Spreadsheet. Users can enter a spreadsheet ID from which they want the scheduler to fetch the data. Then the scheduler node runs the flow once for each row in the spreadsheet.

As a result, the scheduler will run the flow for each record from that spreadsheet. For instance, if the spreadsheet has 10 entries, the flow will run 10 times, and users can see the corresponding flows in the Run tab. 




Airtable Trigger Node now support fetching all data

Earlier, the flow used to run for the records that were updated during the poll period selected by users. However, in the new update, we have added a new field (Use All table records). Now, users can run the flow for all the records in the table by simply ticking over the Use All table records checkbox. With this, the node will use all the records in the table.   


For example, to synchronize all the records automatically in the flow, you must tick the Use All table records checkbox while running the flow for the first time. However, after that, you can untick the checkbox so that it only works according to the selected poll period. 



Field Mapper Now Shows Data Type Column

While mapping values in the fields, now you can select the data type of the input values, if it's not correctly selected by the system. The data type is an attribute of the input data that helps the system to interpret the values. It ensures the data is collected in the preferred format and the value of each field is fetched as expected.  


More Specific Error Messages for Web Scraper 

The users are now provided with more specific and improved error messages to troubleshoot the issues quickly. When a scraper fails due to no data, details on which field is responsible for the failure are provided.

Advanced Mode for Web Scraper XPath config component 

By default, when the user configures a scraper task, XPath text fields are disabled (read-only). Also, you can't add any more fields manually in the configuration window, which is only done by using the Paste from the Chrome Extension button.   


However, with this update, we have added an Advanced button, providing users with an option to edit those read-only iterable paths and add more fields by toggling on the Advanced toggle button.  The users can either add single fields or repeating fields easily. 





Updated mapper key columns

With the new key button, users can now make a primary field. Each time the flow runs, the field mapped as primary will be checked for any update.



Now, users can change primary fields and can also select multiple columns as their primary fields by clicking on the key button as shown in the snippet below. 


Support for Knack online database

Byteline now allow users to easily connect their cloud-based Knack database with our platform to read or update the objects. Update Knack Records task is available through the flow designer.


In the knack configuration window, once the user selects the object from the dropdown, it will reflect all the knack fields, after which the user can simply map the data.  


Position of Mandatory Fields Updated 

In the latest update, the field mapper will show all the mandatory fields on top with a red asterisk (*). 


 


Support for Special Characters

With the latest update, Byteline can handle special characters in the column names on the field mapper, which were not shown earlier. 

For example, the special characters such as were not fetched earlier, but now with the October update, Byteline can retrieve special characters also from the records for all the nodes.  


Note: All Byteline tasks can now handle special characters.

Support JQ expression  

JQ tool is used for JSON conversion. Byteline now supports JQ, both as a task node and a function. Users simply need to enter Source Data and JQ Expression in the node configuration window to configure this node. 


For example, if the input value is {“foo”: 42, “bar”: “less interesting data”} and you run the function jq ‘.foo,’ the output will be 42. 


JQ Task Node



JQ Function

JQ functions can similarly be used to run the conversion directly in the task nodes. This is an easy way to achieve conversion if you're looking to just transform one field.

Skipped count in all Update tasks 

With the new update, Update tasks, such as Airtable Update, report the skipped count if any records are skipped. A message for why the data was skipped is also available.

Note: This update applies whenever users run a flow with any of the update records nodes, such as Airtable - update records, Knack, and more.



Auth flow connection behavior

Earlier, there was no other way but to leave the Byteline console and switch and sign in to the required platform if they wanted to configure Airtable, Reddit, Knack, or other similar nodes, which would consume a lot of time and effort. 


To enable faster configuration of nodes for seamless user experience, Byteline has introduced a new update, where users can configure these nodes simply from the Byteline console with the ‘Configure it now’ button. 






Note: This update is valid for any task node that supports API key configuration. 


Scheduler timezone  

With the new update, the default timezone for the scheduler is set to local. Thus, it will pick the standard timezone adopted in the region. 




Lastly, we have fixed over 18 bugs in the October release. 


Stay tuned for more great updates, and feel free to connect us for any doubt!