Hello,
I am trying to create a flow and following steps, but it seems that the steps given are referencing old power automate versions/terminology and I am having trouble figuring out what to do. Is there a changelog from Microsoft or something that I can look at to help me understand the changes to power automate or something? These are the steps:
1. Go to Power Automate and create a new flow.
2. Choose the "Common Data Service - When a record is created, updated or deleted" trigger and select the "Work Order" entity.(I don't have this option, even when I search. Is this just now dataverse?)
3. Set the trigger to "When a record is created, updated or deleted".
4. Click on "New Step" and select the "Common Data Service - List records" action. (I don't have a "List records' either)
5. Set the "Entity name" to "Product".
6. In the "Filter Query" field, enter the following query: _productid_value eq '{workorderid}'.
7. Click on "New Step" and select the "Compose" action.
8. In the "Inputs" field of the "Compose" action, enter the following expression to calculate the total install time for all products associated with the Work Order: sum(body('List_records')?['value']?['installtimes']).
9. Click on "New Step" and select the "Common Data Service - Update a record" action.
10. Set the "Entity name" to "Work Order".
11. Set the "Record Identifier" to the Work Order ID by clicking on the "Show advanced options" button and selecting "Work Order ID" from the dropdown.
12. In the "Fields" section, set the "Total Install Time" field to the output of the "Compose" action.