Blogs

Remove Hard Wax off eyelashes use a hairdryer! Not a tech post but important information

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. 

 

Add JSON code snippets to your PowerAutomate Flow for dynamic content

Add JSON array to your flow to add attachement to your SharePoint List using PowerAutomate Flows.

1. Add step "Parse JSON"

PowerAutomate Parse Attachment array for flows

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.

Create SharePoint List item from MS forms and add attachments to SharePoint List

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.

Count If SharePoint List Column value equals string value in a label for your PowerApps in MS

The issue : If a column value equals specific value then count powerapps string text

 

1. Add a label

Microsoft PowerApps Borders around fields in the "View" Screen Print Screen Layouts in PowerApps Data Cards

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

External Link to PowerApps Screen - URL for email bodies.

*****UPDATE*****************

OK so Microsoft launched the "StartScreen" in PowerAPPs. The below instructions do not work anymore.

Click here for updated instructions.

 

 

There's some documentation on this that has the wrong syntax using a "?" but the correct operator is "&".  At least in my system....

The correct syntax for the url is:

Hide Region on specific Node or Page Drupal 7 using css

Add this to your custom css page.  The below is what I used to hide a sidebar region on NODE 508.  Replace the 508 with your NodeID and whatever you would like to change in the additional selectors.

.page-node-508 #right-sidebar{
  display:none;
}

You can use this css to do any kind of theming on a specific node. :)

Another example is 

Weird reason your user results will not show up in view Opigno Quiz Module Drupal 7

Orphan Files.

Delete them all out of your quiz's results list within the node!

Add "%" suffix to drupal 7 aggregated table views (Table with aggregration Module)

Hello all.

I need to add a "%" to the suffix to a table with aggregation.  It's a great module but there isn't a place to put prefixes or suffixes which my clients wanted the "%" at the end which is not un-reasonable.

I did it with css.

Find the css selector and copy it. 

Here's my css code that places the sufix.Change the selector to match your selector.

Pages

Subscribe to RSS - blogs