Submitted by melinda on Wed, 10/06/2021 - 08:08
So it is way too early in the AM for issues to be coming up. My brain couldn't comprehend this issue when it came up.
My date format was displaying " lulv" on my app. A google search brought up some naughty sites and I was like "Whaaaaat?" LOL
Submitted by melinda on Wed, 09/15/2021 - 12:47
The issue. Using a DISTINCT function in my dropdown brought in the blank value some records had in that column(Field). I didn't need the filter to have the blank value for filtering.
Submitted by melinda on Mon, 09/13/2021 - 11:08
Here's the css code from an unordered list
I believe it is the "SVG" selector that takes away the blinky thing.
Submitted by melinda on Mon, 08/23/2021 - 08:32
Submitted by melinda on Thu, 08/05/2021 - 16:54
Haha! I believe this is important information for anyone who uses hard wax for eyebrow hair removal.
Upon waxing my eyebrows I dripped hard wax onto my eyelashes. It was horrible.
I tried ice like some posts said but it did nothing. I tried lotions and oils, nothing.
I waited it out to see if it would just break down by itself... it was laughing at me.
So finally, I read somewhere to use a hair dryer to soften the wax. BINGO! The hard wax melted and I was able to brush the wax off my eyelashes without the lashes coming out.
Submitted by melinda on Tue, 08/03/2021 - 13:12
Add JSON array to your flow to add attachement to your SharePoint List using PowerAutomate Flows.
1. Add step "Parse JSON"
Submitted by melinda on Tue, 08/03/2021 - 12:56
To parse arrays in PowerAutomate you need to get the Json code snippets.
In this example I am getting the Attachment aray of a MS Form for one of my flows.
Use the flow to which you are going to get the array from:
1. Test the flow.
2. After the run get the "Get Response details" outputs.
Submitted by melinda on Tue, 08/03/2021 - 11:59
Situation: I have a MS Form "New hire questionnaire" that collects information from a New Hire that will be starting with our company. I am using MS Forms, which is available to the public facing user without authentication. So no need to sign in. This would be the first step on our automated "Onboarding" process. This MS Form will populate a "New Hire" lookup list so the HR department can use the data to start a process for the new hire to be ready to go on their first day of work.
Submitted by melinda on Thu, 07/22/2021 - 12:04
The issue : If a column value equals specific value then count powerapps string text
1. Add a label
Submitted by melinda on Wed, 07/21/2021 - 14:36
The issue: DataCard border doesn't show up
So there was some documentation advising App developers to change the display mode of the field to "Edit" or "Disabled" to display borders in their app in view screens.
The results were not what I wanted to display.
DisplayMode.Edit
Pages