If you're looking to restrict access to your app to only work within your organization and you have multipe IP addresses, you can now do so by using the CIDR block.Â
Â
Recently updated features and enhancements.
If you're looking to restrict access to your app to only work within your organization and you have multipe IP addresses, you can now do so by using the CIDR block.Â
Â
We've added an additional 2 callbacks for JavaScript API.Â
Read more here, or see below.Â
Gets the token of the logged in user. Can be usedful if systematically triggering page/user API calls and requires the logged in user token.Â
var userToken = TB.getUserToken();
console.log(userToken);
Callback after a user logs in successfully to the app. Be sure the component id matches the login components ID.
TB.render('component_4-login_success', function(data) {
console.log(data)
});
Building a native app and need to login to your Tadabase app? We're happy to introduce you to Pages and User API.
The Pages API empowers you to seamlessly interact with your app, mirroring the familiar experience of engaging with it directly. By leveraging this powerful API, you can effortlessly log in a user, effortlessly access records within a specific component tailored to that user, and save forms while preserving the existing rules and automations that have been meticulously set up.
Check out more details here.
https://developer.tadabase.io/#28352463-9277-4a90-b429-925f42c889d2
Â
We have added a new operator to the API that allows you to filter a multi-select field and find records that contain any of the values you pass. The operator is called "contains_any." For example, if you have a multi-select field with three options (Basketball, Hockey, Football) and you want to find records that contain Hockey and/or Football, you can use "contains_any" with the comma-separated value of "Hockey, Football"
The Perspective API Pipe allows users to evaluate the level of perceived toxicity in written content.
Learn more: https://docs.tadabase.io/categories/pipes/article/perspective-api-pipe
Hey Tadabasers! We’re super exited to announce that PDF Pages 2.0 is now LIVE 🎉
*available on select plans
Select the Quick Start option to answer just a few questions to generate a custom app for your business.
You can now add Tabs directly at the column level.Â
Check out this feature spotlight for more details:Â
We've made several changes to make outgoing emails easier to track and troubleshoot.Â
If an email fails, you will see the reason as to why it failed:
We're thrilled to let you know about many updates to charts. (This update is being rolled out slowly, if you do not yet have access please check back anytime after December 4th, 2022 at 1:00AM EST)
These updates consist of the following:Â
See below for a breakdown.Â
Within certain charts, you can choose to add additional series to be displayed inside the chart:Â
Â
Connection fields can now be as the group-by field:Â
Bar and Column charts can be stacked.Â
Â
Bar charts can be rotated to become a Column chart instead with option of being stacked.Â
Pie charts now support 2 new styles- Donut and Semi-circle:Â
Â
Within each chart you can define a pre-built theme or create your own theme.Â
Current themes options have these colors defined:
Please see our docs on how to create your own theme.Â
Finally, we've also fixed multiple bugs pertaining to charts including sorting, and issues when working with date fields. The latter still has several updates coming in the next few days.Â