Hi Utsa,
It is possible to do what you are looking for. Take a look at these docs
https://docs.reltio.com/en/engage/manage-your-tenant-ui/ui-custom-components/buttons
The steps generally will be as follows.
0. Export the UI Files
https://docs.reltio.com/en/engage/manage-your-tenant-ui/export-and-import-of-ui-configuration-files/exporting-ui-configuration-files
1. Defined the Button in the json of the dash board file
2. Write a javascript file to execute whatever you are trying to do
3. Upload the file somewhere in the cloud like and S3 bucket.
4. Add the path to the file into to your button definition
5. Add your button to the layout portion of the dashboard json, identifying it by it's id (look at existing facets for examples)
------------------------------
Joel Snipes
Intel
Savannah GA
------------------------------