Hi, I have created a pre-action even that prevents creating duplicates based on multiple columns. It work in a create and update form. However, when i create a record inline in a sub-table the flow does not seem to be triggered and I still get duplicates. Is there a way to make sure the workflow also gets triggered when records are created in a subtable/subform?
Hello, the child table will not trigger it. You need to trigger the data duplication check through the workflow of the main table.
Thank you, i’ll try placing the trigger on the parent table.