Posts

Showing posts from April, 2025

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...