function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
GiuliaMGiuliaM 

Spinner showing in any related list in Service Console

Hello all,
I have designed an aura component that sends data to another system upon clicking a button and I put it in my Service Console. The page layout of latter has three columns with related lists and record details.
When the button to send data gets clicked I show a lightning:spinner - designed like explained here (https://developer.salesforce.com/docs/component-library/bundle/lightning:spinner/example#lightningcomponentdemo:exampleSpinnerIf) -  that stops when the api return the status.
This works fine, the only problem is that the spinner is shown also in any other related list of the page and I have now idea why. Any suggestion? Thanks!