Access Stored Procedure via Forest Admin

We would like to use ForestAdmin to allow customer support staff to execute a SQL Server stored procedure. This seems theoretically possible, but we are not sure if that is true.

Hi @jcoleaccme !
I never tried it, but using sequelize, you can call stored procedures: node.js - Calling stored procedures in Sequelize.js - Stack Overflow
If you use this in a smart action it might work.