Why Omniscript Not Showing on Experience Cloud?
Question I have added an Omniscript to an Experience Cloud page, but it is not rendering. The Omniscript contains a Lightning Web Component (LWC), and when I place it on the site, nothing appears on the page. Here is my LWC code:HTML JavaScript XML (Meta Configuration) What could be the…
Why Isn’t My LWC Refreshing on an LWR Page?
Question I am trying to refresh my Lightning Web Component (LWC) on an LWR (Lightning Web Runtime) Page in Experience Cloud after a record save. I have tried using refreshApex and RefreshEvent, but neither approach updates the component as expected. The toast notification appears, and the onClose method executes, yet…