Web page viewer module

Just wanted to know how the web page viewer module is supposed to function. Does it open the page in a tab or new window? does it need to be nested in another module? the sample assembly doesnt really show or do anything so i wasnt sure.

Ah, that module displays a web page in an iframe. Its sample assembly is old, modern browsers now require that the site be loaded over https, so you can change the URL to https here and it will load:

That module was originally developed for the system’s webtop (which isn’t included in your license) and can’t be used in triggers or actions. Could be used in an app connection assembly, however. Basically it is a browser-only module and triggers/actions need to run on the server. App connection assemblies run in the browser.