Author Archives: wpz
Reference: https://www.youtube.com/watch?v=7MxXmGOkeLQ App: Screen Start = Navigate(AnotherScreenName) - not permitted App:...
SPO offers functionality that was available in previous versions of SharePoint under a different name. The below table shows some of...
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/component-library Create a new Component Library (centralized...
Create Your png image for the background . Create another svg image for the Gauge 900 * 900 For the background add a new...
Check if record exists [code] UpdateContext({varIsRecord: false}); UpdateContext({varIsRecord: If(CountRows(Filter('DS',...
Existing Dropdown from a Lookup list to another List. Select the DropDown Change the Item property...
Based on "Implementing Role Based Security in Power Apps" by Reza Dorrani Have two SharePoint groups with users in it. Group...
To navigate to edit screen. //Select(Parent) Set(record, ThisItem); EditForm(FormNewEdit); Navigate(scrForm) To navigate to New...