Dronahq changelog
Dronahq changelog
dronahq.com

Date Range picker control – new properties

 

Enhancement

  
  • 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.

Role to Assume ARN

 

Enhancement

  

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.

Picture7.jpg

You can read more here.

Google Sheet added APIs – ClearMultipleRows & UpdateMultipleRows

 

Enhancement

  

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.

New properties and enhanced PDF creator

 

Enhancement

  

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 sidebar with Global Settings and Variables, you can find magnifying glasses with Zoom In and Zoom Out features.

read more from here.

Adding dynamic tags to the Single-Multi tag Type Format data section with Variables

[New] 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.

Picture4.png

Read more here.

Native block action – ENDBRANCH

 

New

  

The ENDBRANCH is a native block, on-screen action which is used to terminate further actions in any branch action flow.

Picture3.png

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.

Native block action – ENDACTIONFLOW

 

New

  

The ENDACTIONFLOW is a native block, on-screen action which is used to terminate the whole action flow available under it.

Picture2.png

You can read more from here.

Offline Submission

 

New

  

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. With this feature of Offline Submission the user will be able to make requests to perform tasks from the form.

Picture1.png

You can read more about it here.

GetAllSheets Api to support Shared Folders files

 

Enhancement

  

Users can now access Shared Drive Folders under Global Connector > Google Sheets > GetAllSheets Api, if someone has a shared drive and want to get sheet files of that, now they will able to access them.

image.png

image.png

Table grid – Row Size property

 

Enhancement

  

You now have a dropdown to provide the default row size to the table grid control.

image.png