Pass query parameter using secure embedding

How to pass the Query/Hash params when working with secure embedding ?

Hey @tharkana_am! You can do this by just appending the hash params to the end of the embed url returned to you.

Referencing the params in the app should be no different than referencing them in a non-embed app:

Appending the hash params to the end of the returned embed url will make them available in the app:

1 Like