New Features
Offline Submission
Now with this new feature, enjoy the power of connectors and APIs through forms even in offline mode. On the Studio, there is a feature that allows you to perform basic form activities like the CRUD actions in offline mode. So, basically, when a user is filling up a form and he faces some internet issue, due to which the user goes offline, with this feature of Offline Submission the user will be able to make requests to perform tasks from the form. These requests can vary from inserting new data to deleting data.
You can read more about it here.
Native block action – ENDACTIONFLOW & ENDBRANCH
We have added two new actions under the Native block of On-Screen actions.
ENDACTIONFLOW
The ENDACTIONFLOW is a native block, on-screen action which is used to terminate the whole action flow available under it.
You can read more from here.
ENDBRANCH
The ENDBRANCH is a native block, on-screen action which is used to terminate further actions in any branch action flow.
The ENDBRANCH is used ordinarily in the action flow under branches with provided some conditions which result in TRUE/FALSE to decide whether to execute this action or not. When the condition(s) is satisfied or found true, the whole further action flow of that particular branch gets ended.
Read more here.
Adding dynamic tags to the Single-Multi tag Type Format data section with Variables
The Studio already had the feature of adding Data and Custom JavaScript data as variables. You use these data variables in controls, connectors, and now with this new feature you can also use this in the Format Data section of various controls like tablegrid control.
Read more here.
Enhancements
New properties and enhanced PDF creator
Global Settings has been introduced to PDF creator on Studio. Under this section, you will have several options to set various attributes for the PDF.
-
Page Size: This dropdown will provide you with every possible dimension of a page to select from, which is universally used.
-
Orientation (Layout): Select the layout of your PDF between Portrait and Landscape.
-
Margin (Top/Right/Bottom/Left): This is to provide a margin to the PDF.
Right at the bottom of the side bar with Global Settings and Variables, you can find magnifying glasses with Zoom In and Zoom Out feature.
read more from here.
Google Sheet added APIs – ClearMultipleRows & UpdateMultipleRows
ClearMultipleRows
The Clear multiple rows option comes to help when you want to clear multiple rows to Google Sheets. You can use data from tablegrid control for instance to clear data to your google sheet.
UpdateMultipleRows
The update multiple rows option comes to help when you want to update multiple rows to Google sheet. You can use data from tablegrid control for instance to update data to your google sheet.
Role to Assume ARN
Now, on Studio you can find to put up Role to Assume (ARN) under various AWS connectors/APIs authentication. When you have a situation where you want to assign a few policies on a temporary basis to an IAM user, roles are created from the AWS console with added permission to access/process certain functionalities in the form of policies. These are called as assume roles.
This ARN ID can be used in the Studio to configure the AWS Auth connector. This will generate temporary credentials for the user operating the connector accessing the AWS resources.
You can read more here.
Date Range picker control – new properties
With our date Rage picker control on Studio, we have added new properties also enhanced it with adding time to it now.
-
Min Date: You can provide a date with this property, before which the dates won’t be available to select from the control.
-
Max Date: You can provide a date with this property, beyond/ after which the dates won’t be available to select from.
(Max/Min Date format must match with the Date format applied from the Input Property) -
Enable Time: This toggle will enable you to take time also as inputs from the end user, and when toggled on you can select the time format too.
-
Min Time: You can provide a time with this property, before which the time won’t be available to select from the control. It is applied on the min date only and can be in any format (12hrs/24hrs)
-
Max Time: You can provide a time with this property, beyond/ after which the time won’t be available to select from the control. It is applied on the max date only and can be in any format (12hrs/24hrs)
Read more here.
Self-Hosted Updates
Controls/Connectors/Query Updates
You can view all the updates from the sidebar of your On-Prem system.
The updates are categorized into – Controls, Connectors, and Queries/API. You can update them all.
Once you click on UPDATE button, a dialog box will open with a checkbox. If the checkbox is checked then all the updates including from the admin user account will be done, this might override or delete some configurations. If the checkbox is not checked then all the global updates from the Studio backend will be done.