Hi,
Like Kapil said, there is a schema inside Delivery with the name Indicators(Indicators).
To achieve your Daily Export Workflow you will need 3 things,
- Scheduler : Where you will configurate the daily execution
- Query :
- your targeting dimension needs to be "Deliveries",
- after, add a condition to get the deliveries of the same day, there is a schema under Deliveries called Scheduling, try to find the field ContactDate (scheduling/@contactDate),set the operator to After and value to GetDate() (getdate take the current date starting from midnight)
- Export : Here where you will use the Indicators Schema, select all the fields that you will like to get in your daily export.
Thanks,
Badr.