FAQs
Troubleshooting
find step by step guides and solutions for common issues whether you’re experiencing errors, unexpected behavior, or need help configuring features, these articles walk you through proven fixes and recommended best practices to get you back on track quickly why is my failed flow running multiple times? when a flow fails in salesforce, it automatically retries several times over increasing intervals (15 min, 30 min, 1 hr, 2 hrs) this can trigger cloudfiles actions multiple times and generate repeated error notifications there is no setting to disable this behavior to reduce impact, test flows thoroughly before using them in production read more > why aren’t thumbnails showing in my lwc component? if thumbnails are not showing in your lightning web components, it’s usually because the required urls are not marked as trusted to fix this, add https // svc ms to salesforce trusted urls with the img src option enabled go to setup > security > trusted urls, create a new entry, and save this will allow thumbnail images to load correctly in your component read more >