Action to create multiple Data Rows in Child Table

I have a table of TBT documents and a separate table of Employees. I hold another table that records which employees have read which document (TBT Reads).

With this, I have a Virtual column in the TBT Documents table that checks who has not read the documents:

FILTER("Employee",TRUE) - SELECT(TBT Reads[SQEP List ID], [TBT Ref] = [_THISROW].[Unique ID])

I want to create a simple action that will copy TBT Document Field information for every employee that has not read the document into the TBT Reads data. The list of unassigned employees is already shown already created with the formula above.

Screenshot 2025-03-06 13.26.32.png

 

0 2 92
2 REPLIES 2
Top Labels in this Space