Forum Discussion

Active_Array's avatar
Active_Array
Copper Contributor
Jun 17, 2022

No Dynamic Content Available

Hi everyone, 

 

I'm new to Power Automate and my use case for this flow is to send a notification email when a SharePoint document library column changes state. I understand the steps and logic based on tutorials but where videos and guides all end up having "ID" available to them, I get "No Dynamic Content Available":

 

 

I saw similar posts on the forums but they didn't address this issue specifically. Is there something preventing my flow from getting this data? Any help is greatly appreciated.

 

Thanks,

AA

  • RobElliott's avatar
    RobElliott
    Silver Contributor

    Active_Array in your screenshot you've shown the get changes action but you haven't shown what your trigger is which needs to be when an item or a file is modified. Is that what you've used?

     

    Rob
    Los Gallardos
    Microsoft Power Automate Community Super User

    • Active_Array's avatar
      Active_Array
      Copper Contributor

      RobElliott : Apologies, I should have included the trigger in the previous post.

      Yes, the "When a file is created or modified (properties only)" trigger is what the action is currently linked to:

       

      • Micca0815's avatar
        Micca0815
        Iron Contributor

        Active_Array 

        You could make use of the following expression, which would return the list item ID 

        triggerBody()?['ID']

         

         

Resources