Power Automate
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)
When an item in a SharePoint list is modified send an email:
- Flow Name : Document processing
- Trigger : Manually trigger flow
- Add an inputes ------- file
Class 02:
Concat: String function
concat(variables('OurTextFirstPart'),variables('OurTextSecondPart'))
substring(variables('OurTextFirstPart'),37)
substring(variables('OurTextFirstPart'),37,6)
slice(variables('OurTextFirstPart'),37,43)
slice(variables('OurTextFirstPart'),-6) --------------Last 6 chatactets
Replace Name:
replace(variables('OurTextFirstPart'),'Reddy','Ramadevi')
| |
| |
| Repace to "Ramadevi"
Finding to "Reddy"
Change to Upper:
toUpper(variables('OurTextFirstPart'))
indexof(variables('OurTextFirstPart'),'Reddy') ----------------searching redddy from text.
nthIndexof(variables('OurTextFirstPart'),'Mr',1)
nthIndexof(variables('OurTextFirstPart'),'Mr',2)
lastIndexof(variables('OurTextFirstPart'),'Mr')
startswith(variables('OurTextFirstPart'),'Mr') -----------It will shows true or false.
split(variables('OurTextFirstPart'),',')
Split specific element:
output('compose_split')[1]
001:
Introduction to Power Automate:
What we can do with Microsoft Power Automate?
- Instantly responding high-priority notifications or emails.
- Capture,track and follow up with new sales leads.
- Copy all email attachments to your OneDrive for Business account.
- Collect data about your business and share that information with your team.
- Automate approval workflows.
Features of Power Automate:
- Action items will maintain
- Approvals & Business process flows (BPA)
Data:
- Data will maintain
- Entities , Connections, Custom Connections, Gateway.
002:
Sing up & sing in for Microsoft Power Automate:
- http://flow.microsoft.com/
003:
004:
First flow:
Trigger : is the staring action for the flow.
Actions: what you want to happen when a trigger is invoked.
006:
Comments
Post a Comment