web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Dynamics 365 Community / Blogs / Dynamics 365 Key Topics / Host Objects in PowerApps C...

Host Objects in PowerApps Canvas app

Devikumari Krishna Profile Picture Devikumari Krishna 371

In this blog – we will see how to use Host objects in PowerApps Canvas App.

Host object is specifically used to get the information about host which is running the specific app.

We can get – OS type, session id, tenant id and browser agent details from host object.

Navigate to Text property of BAtxtinput field and type Host.BrowserAgent as value.

Navigate to Text property of OSTypetxtinput field and type Host.OSType as value.

Navigate to Text property of SessionIDtxtinput field and type Host.SessionID as value.

Navigate to Text property of TenantIDtxtInput field and type Host.TenantID as value.

This way we learnt to use host objects in Canvas App.


This was originally posted here.

Comments

*This post is locked for comments