Forum Discussion
james_fenna
Jul 27, 2020Copper Contributor
Sharepoint List
I have two Shorepoint lists. 1. Parent List 2. Child List There is a look up column on the child list for the name of the person from he parent list . Over time there is more names adde...
Andrew Hodges
Jul 27, 2020Bronze Contributor
The Flow could use the REST API of the Child list to check there are no records matching.
For Each Parent (If the count in the Child List query = 0 ) then delete the parent. How to do it exactly I don't know.
More of a sign post than a solution.
- james_fennaJul 27, 2020Copper Contributor
Andrew Hodges Thanks for your reply, I will have a look into this