I have a typical parent-child one-to-many relationship between lists. Each child list item contains a dollar amount. How can I sum up the dollar amounts in all related child list items and write this sum into a column in the parent list item?
I am stuck on how to relate parent and child items using Workflow syntax -- especially since my experience thus far has all been single list-related workflows. I.e. is there a way to identify child items in a parent list workflow with some sort of WHERE
clause (WHERE childlist.id = currentitem.id)? There are many posts here that make me believe this is possible; I just need the specifics. Thanks.
↧