Enhance the usability and flexibility of the configuration interface for Action Mods, particularly for more complex implementations. As mods grow in complexity, the current configuration window can become crowded and difficult to navigate, making ...
6 months ago
in Spotfire / API
0
Future Consideration
Enable support for embedding data functions directly within the Action Mod package, rather than requiring them to be stored and referenced separately in the Spotfire Library. Currently, Action Mods depend on externally managed data functions, whic...
6 months ago
in Spotfire / API
0
Future Consideration
Enable Data Connection Management from Action Mods
Extend the Mod API to allow Action Mods to interact with Spotfire’s data layer, specifically to create, modify, or trigger data connections. Currently, Action Mods cannot:
Create new data connections (e.g., databases, APIs, local files)
Modify...
6 months ago
in Spotfire / API
0
Future Consideration
Add Document Properties to a Text Area via an Action Mod
Currently, it is not possible to create a Text Area and embed Document Properties or other objects directly through an Action Mod. While it is possible to:
create and edit Text Areas, and
create or modify Document Properties via the mod,
the...
6 months ago
in Spotfire / API
0
Future Consideration
Add Passkey authentication to Salesforce connector
Salesforce has changed their authentication method for key users to use. They are moving to “phishing-resistant MFA” passkey authentication which the existing connector does not support.
Support OAuth 2.0 Authentication for Spotfire Copilot Connections
Description of the Idea We would like to request native support for OAuth 2.0 authentication when users interact with Spotfire Copilot. Ideally, when a user opens the Copilot Panel or attempts to send their first chat message, Spotfire should prom...
Please allow action mod to copy & paste via clipboard, so we can utilize mod to pass information between spotfire and external system. One use case is that we want to develop an action mod to copy columns information to clipboard, which was av...
18 days ago
in Spotfire / API
0
Future Consideration
Allow for more robust combination charts. Multiple bar series, line series, stacked lines / area, markers, or any combination. Full color properties for stacked bars, individual line colors or marker colors based on categories or values in columns.
When retrieving on-demand data Spotfire's information designer supports creating temporary tables to avoid huge WHERE clauses (link) which can not only be a performance issue but infact hinder a query from being executed completelly. Temporary tab...