PowerApp using URL parameters to open a specific screen on load
When building PowerApps one extremely useful feature available to developers is the URL parameters...
Read Moreby Omar | Feb 27, 2019 | Office 365, PowerApps | 2 |
When building PowerApps one extremely useful feature available to developers is the URL parameters...
Read Moreby Omar | Feb 27, 2019 | Office 365, PowerApps, PowerShell | 2 |
Have you created a PowerApp which accesses a resource like an Office 365 Users Profile connection using a system account only to find the user is presented with a screen asking them to grant access to the connection?
Not great when it comes to wanting a seamless experience, so how can we fix this?
Read More<style>iframe#powerAppsIframe {max-width: 1024px;margin: auto;display: block;}</style><script>$(document).ready(function() {if (window.location.href.indexOf(‘?screenID=’)!=-1){var...
Read More