August 7, 2025
6 days ago by N. Sarkissian
With this release, we bring you Dynamic options in Select components, and an update to Fired in Explore events!
Select component
We’ve updated the Select component’s options. You can now select between Static and Dynamic options:
- Static - You can add a number of options when configuring the component in the form builder.
- Dynamic - You can use the
sa.setOptions()
SDK function in the form’s Code Editor to add options dynamically.
You can also use the sa.getOptions()
function to retrieve a list of all options in the Select component.
Fired in Explore
What's Changing
We're updating the structure of the context object for Fired in Explore events to provide folder IDs.
Benefits of This Change
- Better Organization: Items are now grouped by their folders.
- Enhanced Context: You can now differentiate between items from different folders.
- Improved Workflows: Enables folder-specific processing logic.
What do you think of the updates? We'd love to hear your feedback.
We have a blog. Check it out to stay updated.