FAQs
Common Errors & 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 > why are all my users seeing admin settings? the app was installed for all users instead of admins only, giving everyone access to admin settings uninstall and reinstall cloudfiles with “admins only” access, then assign roles using permission sets read more > why am i seeing a “you need cloudfiles license to access this widget” message? this happens when the user isn’t registered in cloudfiles or their license is inactive ask the user to click the widget to register, then activate their license under user management in the cloudfiles app read more > 403 error “paid plan is required to use salesforce workflows” – why is my flow failing? this error appears when your cloudfiles plan is inactive or your trial has expired salesforce workflows using cloudfiles actions require a valid subscription reactivate your plan or contact support to continue using automation features read more >