Submitted by melinda on Tue, 08/02/2022 - 14:01
Trying to keep the same date on all the fields without the user accidentally putting in the wrong date.
First Date to carry one: (Copy into other date fields)
This datacard is "DateValue1_3"
Submitted by melinda on Tue, 08/02/2022 - 12:30
Great for dashboards when the user shouldn't change the option but it still needs to be written to Dataverse or Sharepoint.
I put the card in DisplayMode.View so they cannot change it but it will be written,
Submitted by melinda on Fri, 07/29/2022 - 08:20
Submitted by melinda on Tue, 07/05/2022 - 15:04
Submitted by melinda on Mon, 06/27/2022 - 13:34
I have two save and submit options for my app.
I needed user to view if they "Updated and Submitted", "Saved only" or "Submitted"
Submitted by melinda on Wed, 06/22/2022 - 11:54
Submitted by melinda on Wed, 06/22/2022 - 11:33
Submitted by melinda on Mon, 06/20/2022 - 15:30
Issues and solutions for Date and Time fields for Power Apps and Power Automate
1. Time zone issues-
If you find that you have converted your time zones in your flow and they are still not dislaying correct in SharePoint. Make sure the time zone in your SharePoint site is correct. It could be default to the wrong time zone no matter where you live and set it up.
Check your site's time zone at: Site information>View all site settings>Regional settings
Submitted by melinda on Tue, 06/14/2022 - 14:23
Add two params to StartScreen If statement, Or Statement. (Sort of)
If(Param("ScreenName") = "Admin", AdminBuildingTripPending, Param("ScreenName") = "BM", DisclosureScreen, WelcomeScreen)
Formula:
Submitted by melinda on Tue, 06/14/2022 - 12:38
So yes, Microsoft decided to change things up on us to keep us on our toes.
To add links that will direct users to specifics screens, here is the new way to do it.
Pages