Hello,
I want my Flow to create a new list item when a record is added in Dynamics CRM. I am able to do this by creating the following flow: when a record is created (Dynamics CRM) --> Create a new list item (SharePoint). My list contains a title and status.
I want the status of the list item to be automatically updated when the record in Dynamics CRM is modified. I want to do this with 100s of records in Dynamics CRM, so creating a flow with an Id is not an option because then i would have to create a new flow every time i add a record to CRM, right?
Could someone help me with this?