Posts

Image automate

data:image/jpeg;base64,@{base64(body('Get_user_photo_(V2)'))} <p>Hello, here is the profile photo:</p> <img src="@{outputs('Compose')}" width="120" height="120" /> "https://raw.githubusercontent.com/adityabhatisaini/Files/f87887c6ed050931174aa02faae814c5f85e49fe/unknown.png"

BD

 <style>   body {     margin: 0;     padding: 0;     background: linear-gradient(to bottom right, #b3d9ff, #e6f4ff);   } </style> <!-- Full-width wrapper table for centering --> <table width="100%" cellpadding="0" cellspacing="0" border="0">   <tr>     <td align="center">       <!-- Card container with A4 width -->       <table width="794" cellpadding="0" cellspacing="0" border="0"               style="border: 4px solid #003366; background-color: #dceeff; border-collapse: collapse;">         <tr>           <td style="padding: 40px; font-family: 'Segoe UI', sans-serif; color: #003366; text-align: center;">             <!-- Header -->             <div style="font-size: 26px; font-weight: bo...

gggg

Perfect — thanks for sharing the design! You want the Power Automate birthday email to look just like that image: 🎉 "Happy Birthday" header ✨ A message like “Wishing a joyful celebration…” 🧍‍♂️🧍 Display names and images of employees (2-by-2 layout) 🎁 A festive footer message --- ✅ Updated HTML Email Template Design (Like Your Image) Here’s the HTML design you will use inside your htmlBody variable in Power Automate — matching your uploaded style. 💡 Full Example Code: Paste this code into the Initialize Variable step and build the dynamic body inside your loop. --- 🧱 Step 1: Initialize htmlBody with Opening Section <div style="font-family: Arial, sans-serif; text-align: center; background-color: #fff8f1; padding: 20px;">   <h1 style="color: #ff9900;">🎉 Happy Birthday 🎉</h1>   <p style="font-size: 18px;">Wishing a joyful celebration to our wonderful team members!</p>   <table style="width: 100%; max-wid...

jjn

<!DOCTYPE html> <html lang="en"> <head>   <meta charset="UTF-8">   <title>Happy Birthday</title>   <style>     @import url('https://fonts.googleapis.com/css2?family=Pacifico&family=Roboto:wght@400;700&display=swap');     body {       margin: 0;       padding: 0;       font-family: 'Roboto', sans-serif;       background: linear-gradient(135deg, #ffe5ec, #fce4ec, #f3e5f5);       display: flex;       justify-content: center;       align-items: center;       height: 100vh;       animation: fadeIn 1s ease-in-out;     }     @keyframes fadeIn {       from { opacity: 0; transform: translateY(20px); }       to { opacity: 1; transform: translateY(0); }     }     @keyframes bounce {       0%, 20%, ...

Automation

Image
Automation

Power App Functions

Search Text Box Search ( 'Personal Informations' , TextInput1 . Text , cr2bf_phonenumber , cr2bf_email ) Live Time Text(Now(), "[$-en-US]dd/mm/yyyy hh:mm:ss AM/PM") To show live date and time in Microsoft Power Apps , follow these steps: ✅ Step-by-step: Insert a Label onto your screen. Set the Text property of the label to: Text(Now(), "[$-en-US]dd/mm/yyyy hh:mm:ss AM/PM") This will display the current date and time in dd/mm/yyyy hh:mm:ss format. ⏱ To Make It Update Live (Auto Refresh): Power Apps doesn't auto-refresh labels on its own, so to simulate a live clock: Add a Timer control to the screen ( Insert > Input > Timer ). Set these Timer properties: Duration : 1000 (for 1 second) Repeat : true AutoStart : true OnTimerEnd : Set(CurrentTime, Now()) Then set the label’s Text to: Text(CurrentTime, "[$-en-US]dd/mm/yyyy hh:mm:ss AM/PM") Role Base Access If (     User () . Email = "adit...

Exploring the '1008+ Mini Apps' Application: A Gateway to Simplified Web Navigation

Exploring the '1008+ Mini Apps' Application: A Gateway to Simplified Web Navigation In today's digital age, the sheer number of websites and applications available can be overwhelming. Navigating between multiple platforms often requires juggling numerous tabs or installing various apps, each serving a specific purpose. Recognizing this challenge, the '1008+ Mini Apps' application emerges as a solution, offering users a consolidated platform to access a multitude of popular websites seamlessly. Overview of '1008+ Mini Apps' Developed by Bhati Capital, '1008+ Mini Apps' is designed to streamline the user experience by aggregating various renowned websites into a single interface. This approach eliminates the need for users to switch between different applications or browser tabs, providing a more efficient and organized browsing experience.  Key Features Centralized Access: The primary allure of '1008+ Mini Apps' is its ability to house numero...