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.
Submitted by melinda on Wed, 06/08/2022 - 12:54
My job loves to keep me on my toes.
They required to see the time in a different area than the date on a reservation form. They did not want them in the same line... Sigh
The Flow:
Submitted by melinda on Wed, 05/18/2022 - 15:13
*Screen 1 goes to Screen 2 for new record (No items to display)*
Submitted by melinda on Wed, 05/18/2022 - 11:02
On the form's On Success property
Submitted by melinda on Mon, 05/09/2022 - 14:42
Here's is my flow
When a user modifies their trip record and the "Would you like to cancel" field/choice column is equal to "Yes" (really field value: 115650000) then delete that record from SharePoint Calendar and the dataverse. This flow also send a email notification to the user and the person in charge of trip reservations.
Pages