Thank you for visiting my site!

Category Archives: PowerApps – Forms

Deep Linking

2022-01-21

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

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

Check if user is p...

2021-05-23

Create a flow  that takes variables from PowerApps, check is user is in a group, and returns a variable with the result. 1....

Continue reading

Validation –...

2021-05-07

If you start from a custom lists it will give you the basic form validation. Removed al required fields from the List. - (form will...

Continue reading