We’re pleased to bring to your attention a recent improvement in our platform. This update enhances the functionality of our Array Function and expands its compatibility with different data formats.
To give some background, previously, to make an array visible in Array Functions, the array had to be nested within a variable. For instance, it looked something like this:
{
"users": [
{
"name": "John Doe",
"email": "john@example.com",
"age": 30
},
{
"name": "Jane Smith",
"email": "jane@example.com",
"age": 25
}
]
}
Users would then choose the array source and the ‘users’ field.
The recent enhancement now allows an array to be formatted in the following manner:
[
{
"name": "John Doe",
"email": "john@example.com",
"age": 30
},
{
"name": "Jane Smith",
"email": "jane@example.com",
"age": 25
}
]
Now, you only need to select the array source and the system will use the root level. This simplified formatting offers more flexibility and convenience for users as fewer steps are required.
We’re committed to making continual enhancements to ensure we’re serving your needs and allowing for smooth interactions with our system.
For more helpful updates like, please visit our FAQ page for the most common questions about using your account and our latest product enhancements so you can make the most of your SMBcrm experience.
Don’t forget to check out our latest article where we share valuable insights and tips to help you get more from your SMBcrm subscription.