Forum Discussion
Microsoft Teams Power Automate
- Jan 21, 2022
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.
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.