Forum Discussion
VedaPraneet
Jan 21, 2022Copper Contributor
Microsoft Teams Power Automate
Hi !
I'm trying to develop a use case in Microsoft teams using Power Automate .
In that I want to copy the message and save it to Google Drive when Keywords are found.
Is it possible to do ?
Please Help me , if anyone has an idea
VedaPraneet
Please follow below doc which explains how to Filter and copy data with Power Automate
It involves steps:- Identify the source you'll monitor and the destination to which you'll copy changed data. Confirm you've access to both.
- Identify at least one column that uniquely identifies items in the source and destination.
- Set up a trigger that monitors the source for changes.
- Search the destination to determine if the changed item exists.
- Use a Condition like this:
- If the new or changed item doesn't exist in the destination, create it.
- If the new or changed item exists in the destination, update it.
- Trigger your flow, and then confirm that new or changed items are being copied from the source to the destination.
Thanks,
Prasad Das
-----------------------------------------------------------------------------
If the response is helpful, please click "**Mark as Best Response**" and like it. You can share your feedback via Microsoft Teams Developer Feedback link. Click here to escalate.
- Prasad_Das-MSFT
Microsoft
VedaPraneet
Please follow below doc which explains how to Filter and copy data with Power Automate
It involves steps:- Identify the source you'll monitor and the destination to which you'll copy changed data. Confirm you've access to both.
- Identify at least one column that uniquely identifies items in the source and destination.
- Set up a trigger that monitors the source for changes.
- Search the destination to determine if the changed item exists.
- Use a Condition like this:
- If the new or changed item doesn't exist in the destination, create it.
- If the new or changed item exists in the destination, update it.
- Trigger your flow, and then confirm that new or changed items are being copied from the source to the destination.
Thanks,
Prasad Das
-----------------------------------------------------------------------------
If the response is helpful, please click "**Mark as Best Response**" and like it. You can share your feedback via Microsoft Teams Developer Feedback link. Click here to escalate.