Hey there,
We are using Microsoft Dynamics 365 and we are experiencing that users find it difficult to 'complete' their phonecalls.
Therefor I would like to do the following and create a scheduled flow that does the following:
- Get all the rows from table 'Phone Calls' and a filter on column 'StateCode' where the content equals status 0 ('Open').
- Update these rows to status 1 ('Completed')
For the first step I had the following in mind. I would use the function List Rows and filter with: StateCode eq '0'.
But for the second step: I'm not sure on how to reach my goal there.
What would be handy?
Thanks!