REST API calling is not working in workspaceIssue ProblemHaving a script on Workspace that calls a REST API when a custom option action/button is used but nothing happens Steps to reproduce 1. Go to custom workspace 2. Go to the custom record that has the custom button 3. Click there and nothing happens ReleaseGenericCauseRoot CauseThe custom script is not executing the REST API due to some conditions used.ResolutionSteps to Resolve 1. Review the customization and be sure inside on the code, the REST API is indeed called based on the code conditions used.