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.
Submitted by melinda on Sun, 05/08/2022 - 18:09
Add a "Get Row ID" action to your flow and with the table name "Users" in "Row ID" add the created by field from your trigger step, "When a row is added, modified or deleted". See below
Submitted by melinda on Sun, 05/08/2022 - 16:34
I am using the "label" of a choice value column for PowerAutomate to create an item to a sharepoint list. I want the column to display the "Label" of the field and not the boolean number.
Expression based on your action step
outputs('TransRequests')['body']['crd1d_trippurpose@OData.Community.Display.V1.FormattedValue']
Breaking down the expression
Pages