Posts

Showing posts from November, 2023

Interview Questinos from Internet

4.Major components of PowerApps? Power Apps is a high-productivity business app development platform with four primary components: Canvas apps. Model-driven Apps. Ports. Microsoft Dataverse 5.Explain common data services and why they should be used? The common data service allows data from several sources to be combined into a single store that can be used in Power Automate, Power Virtual Agent, Power BI, and PowerApps.  This makes the app development process go as smoothly as possible.  The Common Data Service will enable you to store and manage data that is securely utilised by business applications The data that is saved in the Common Data Service is organised into a set of entities.  A set of records is referred to as an entity, and it is used to store data in the same way that a table does in a database.  The Common Data Service also has a set of basic entities that will handle most circumstances, but you can also construct new entities that are unique to your c...

Power Automate

Image
Types of flows: Automated Cloud Flow Instant Cloud Flow Schedule Cloud Flow Desktop Flow Business Process Flow Process Advisor Save Email Attachment : Flow Name : Save Email Attachments Trigger        :  When a new email arrives (V3)

Validations

Image
 Email Validation: Icon - If (                       IsMatch (                     TextInput.Text,                 "^ ( [ a-zA-Z0-9_.- ] ) + @ (( a-zA-Z0-9 - )+.)+([ a-zA-Z0-9 ] {2,4} ) +$ "                  ) ,               check,             Icon.Warning           )

My Intorduction

Hello XXXXXXXX, Thanks for giving this opportunity. I am having 3 Years of experience as a Power Apps Developer. For that last 1 years I have been working in IBM Company as a Power Apps Developer.  In that position, I have worked on various Technologies like, Canvas app Model Driven Apps Power automate SharePoint online (office 365) Coming to my roles and responsibilities: Creating and Maintained Canvas app & Model Driven apps. In Canvas apps  i have been worked on Power Apps Customizations forms, Used the functionalities like, Submit Form Patch Function Filter  Function Lookup  Function Search Function Working on Collection ( Collect , Clearcollect & Clear ) Validations working on  Gallery's  ( Vertical Gallery , Horizontal Gallery ) working on Variables  (Local & Global) Creating a Components (Re-usable block) Dropdown &ComboBox In Moden-Driven-App Creating Environment Working on Dataverse Creating Solutions Creating Tables Creat...