The Rest Api workflow node allows us to make GET and POST calls to external Rest APIs. With this change, we will be able to consume the output of these APIs and use them in the current Clappia App to send emails, creating new submissions or editing existing submissions.
This is useful for cases where the end user inputs only a few details and the other details come from an external API. Refer to the Help Guide to understand more about this feature.
Sometimes users complain about not receiving the reset link when they request for resetting their password. This generally happens if there is an issue with the users' email server. Or in some cases, the email addresses are not in use. In such cases, the users used to reach out to their Workplace Admins, who in turn contacted Clappia Support. With this release, the Workplace Admins can directly reset the password on behalf of their users and share it with them outside Clappia.
Analytics Data table now supports upto 5 dimensions against which data can be plotted. This will help in cases where data aggregation is required at multiple levels of hierarchy.
For example, getting the count of branches of a bank in the following hierarchy: State -> City -> District -> Bank Name -> Number of branches.
Previously, when admin users requested deletion of all submissions from their apps, the process used to take a few minutes if the app contained thousands of submissions. With this release, the process will be almost instantaneous.
This is useful for cases where you have some master data in an App and you want to change the values of few fields in the App across multiple submissions.
Sample use case: An Employee master app contains the following fields – Employee Name, Email, City, City Head Name, City Head Email, State, State Head Name, State Head Email. Now if the State Head of a State changes, his/her Name and Email need to be updated across multiple submissions of this master app. In this case, we can apply a filter to view all submissions of that State -> select all submissions -> change the State Head Name and State Head Email fields -> Save.