Add rows to this table using values from another tables

Hello experts!

I have three source tables and one destination table:

DESTINATION TABLE:

DateNameFuture TaskPrice CheckedTask AssignedTask DiscardedKey
03/30/24Peter2121123qwe2
03/29/24Mary11 1654asd

 

SOURCE TABLES:

Future Tasks:

DateNameFuture TaskKey
03/30/24PeterBuy122wer
03/30/24PeterSellpoi123
03/29/24MaryBuy0978we

Prices:

DateNamePriceKey
03/30/24Peter50.25qwe987
03/29/24Mary30.21klmlkm654

Tasks Assigned and Discarded:

DateNameTask Assigned or DiscardedKey
03/30/24PeterAssigned09q8we
03/30/24PeterAssigned90lkasd
03/30/24PeterDiscardedcbn3556
03/29/24MaryDiscardedqweqw123
03/29/24PeterDiscardedqweqw124

I need the destination table to be filled everyday automatically with counts from the source tables per person per date.

I tried with actions on the source tables, but I it will add several rows for the same person on the destination table.

I thought about setting app formulas on the destination table, but can't figure out how the app will add one row per person per date with the counts I need.

Hope you could point me in the right direction.

Thanks in advance!

 

0 12 335
12 REPLIES 12