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
Hugo Santana 9Hugo Santana 9 

Is it possible to change canvas or Iframe url dynamically?

Hello,

I am creating a lightning app that uses either Canvas or IFrame to point to a web app.

The URL of this app usually has the form https://Customer.myApp.com.

So far I have not found a way to do this besides:

1. Creating custom Managed packages with the specific Canvas URL.

Is there a way to modifiy the Customer part of the URL or modify the URL of a Canvas app or IFrame dynamically?