Thank you for visiting my site!

Author Archives: wpz

Deep Linking

2022-01-21

Reference: https://www.youtube.com/watch?v=7MxXmGOkeLQ App: Screen Start = Navigate(AnotherScreenName) - not permitted App:...

Continue reading

Webparts

2021-12-27

SPO offers functionality that was available in previous versions of SharePoint under a different name. The below table shows some of...

Continue reading

Create a new Compo...

2021-12-14

https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/component-library Create a new Component Library (centralized...

Continue reading

Charts – Gau...

2021-11-07

Create Your png image for the background . Create another svg image for the Gauge 900 * 900 For the background add a new...

Continue reading

Patch

2021-10-12

Check if record exists [code] UpdateContext({varIsRecord: false}); UpdateContext({varIsRecord: If(CountRows(Filter('DS',...

Continue reading

Dropdown from anot...

2021-09-30

Existing Dropdown from a Lookup list to another List. Select the DropDown Change the Item property...

Continue reading

Check if user is p...

2021-07-27

Based on "Implementing Role Based Security in Power Apps" by Reza Dorrani Have two SharePoint groups with users in it. Group...

Continue reading

Galleries

2021-07-15

To navigate to edit screen. //Select(Parent) Set(record, ThisItem); EditForm(FormNewEdit); Navigate(scrForm) To navigate to New...

Continue reading