Introduction This function subtracts one date from another date and returns a numeric value in minutes, such as 2 minutes, 5 minutes, or 10 minutes. While calculating the difference between two dates, you can provide static dates, or the DATEDIFFMINUTES function can dynamically pick dates from attributes and elements. Use Cases The DATEDIFFMINUTES function can be used… Continue reading Date Diff Minutes
Category: Design
Hours Dif From Now
The HoursDifFromNow function calculates the difference in hours between the current time and a given input date-time. It is useful for tracking time-based conditions, session durations, and expiry logic. When to use: Use this function when you need to: Common Use Cases Concept You will typically use the function within the Smart Selector, which has various… Continue reading Hours Dif From Now
If Else Feature
Introduction In the vDesigner module, when you implement a functionality, you can define the condition-based logic (if-else condition) in the following ways: Both ways help you implement the required functionality. You can use the business rule to implement smaller and linear application workflow. For instance:- Assume you want to define the application’s behavior when a… Continue reading If Else Feature
Styles
You can use the Styles submodule to reconfigure the properties of the default style or create a new custom style. When you create a new style, you also configure properties under it. The Styles submodule contains a default style named Default. Apart from the Default style, you can create multiple custom styles based on the… Continue reading Styles
Typography
In the context of the software application, the term “Typography” refers to the style, arrangement, and appearance of the text in the user interface. In the Theme module, the Typography submodule includes the style name, font family, italic, size, and other properties. It provides a list of predefined styles. You can edit the properties of… Continue reading Typography
Colors
Under Themes, you can access the Colors submodule from the left panel. The Colors submodule displays a dashboard. In the dashboard, you can access the list of predefined color categories. The Themes module offers the following predefined color categories: On the Colors dashboard, you can do the following things: Based on the application design-related environment,… Continue reading Colors
Video
This ELEMENT allows developers to embed and customize video playback directly within the applications. It supports local and online videos, includes flexible playback settings, and integrates new event triggers. Additionally, it fully supports dynamic multimedia experiences without relying on third-party video solutions. When to Use Use the Video Player element to display and control video… Continue reading Video
Mixpanel
The Mixpanel SDK provides an analytics platform to track user interactions, behavior flows, and app events in real time. It offers powerful tools for funnel analysis, retention tracking, and cohort analysis to help product teams make data-driven decisions. When to use Use the Mixpanel SDK when you need to: Common Use Cases Steps to Register… Continue reading Mixpanel
Fallback Task Group
The Fallback Task Group feature in vDesigner 2.0 enhances error handling by providing an alternative execution path when a task fails. It ensures continuity in workflows and allows developers to define custom error-handling logic using system-defined or user-defined exceptions. When to Use Use the Fallback Task Group when you want to: Common Use Cases Concept… Continue reading Fallback Task Group
Fetch Latest Config
This task ensures that the latest configuration changes are deployed on the server. If it finds the latest configuration changes, it applies them to the application. Use Cases You can use the Fetch Latest Config task in the following use cases: Steps to Configure Property Name Description Mandatory Reference Name The reference name specifies the… Continue reading Fetch Latest Config