Hello,
i have a parent and a child table. I have a flow which populates the child table when a row in the parent is added and a separate flow which updates the child based on the updates made in the parent table.
I want that when i update the parent table, only certain records of the child table to be modified with the new information (lets say after a certain date).
So for example when i update this field:
for this change to apply only for certain records and not for each child record:
is that possible and if so whats the best way to approach this issue.
thank you in advance
regards
M
Hi,
There are multiple ways available
1. Microsoft flow to retrieve record and update it
2. Using Javascript with Odata
3. Plugins