How to know Sharepoint list attachment column modified?

Ramya Ranjan Sahu 1 Reputation point
2022-12-07T07:33:44.763+00:00

i created flow which will save sharepoint attachments in a folder and update the url in a sharepoint list column called attachment URL.
I am using trigger as when an item is created or modified. But the problem the flow is running every time any column of sharepoint list item modified. i want to trigger the flow only when attachment column of sharepoint list is modified or created.

Can someone help me in achieving this?

Looking for a quick support. Thanks in advance.

SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
2,668 questions
SharePoint Workflow
SharePoint Workflow
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Workflow: An orchestrated and repeatable pattern of business activity, enabling data transformation, service provision, and information retrieval.
508 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. AllenXu-MSFT 16,086 Reputation points Microsoft Vendor
    2022-12-08T02:41:23.627+00:00

    Hi @Ramya Ranjan Sahu ,

    As per my knowledge, I'm afraid it is currently impossible. Generally, we have “Get changes to an item or file (properties only) action” to get the exact set of changes that might have occurred to a list. The action outputs helpful tokens such as “Has Colum Changed:<Column name>” that can be used to filter your flow to just the column(s) you care about. However, Attahcments column is not included in this action. So I'm afraid this is not supported by Microsoft Power Automate flow and you can post your feedback here: https://powerusers.microsoft.com/t5/Microsoft-Power-Automate/ct-p/MPACommunity.

    ----------

    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

  2. Christopher Diachok 20 Reputation points
    2023-01-30T17:18:49.7866667+00:00

    Hi Ramya. I am actually trying to create a flow that is nearly identical to what you made. Would you be kind enough to share your flow with me? As a novice, any insight to your process would be immensely helpful. Thank you!

    0 comments No comments